$(document).ready(function() {
$("div").animate({
left:'+=300px',
}, 8000);
});
Live Demo
Labels
- bootstrap (1)
- css (4)
- jquery (16)
- Live Demo (14)
- Others (2)
- PHP (4)
- prestashop 1.6 (7)
- Topic - Advance (7)
- Topic - basic (27)
- Topic - Semi Advance (16)
- wordpress (6)
- wordpress plugins (1)
- YII (14)
Monday, October 6, 2014
Jquery animate to right in 8 seconds
Use jquery to move / animate an element to the right or to left in 8 seconds. note that seconds in jquery is in thousand, so if we are going to make our animation in 15 seconds, it will be 15000
Labels:
jquery,
Live Demo,
Topic - basic
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment