preguntar acerca de js-scrollintoview
7
réponses
animation scrollintoview
Mon code est à http://jsfiddle.net/mannagod/QT3v5/7/.
Le JS:
function delay() {
var INTENDED_MONTH = 7 //August
// INTENDED_MONTH is zero-relative
now = new Date().getDate(),
rows = document.getElementById('scripture').rows;
if (new …
demandé sur
1970-01-01 00:33:32