Module 6 - Lesson 7
jQuery Animations
Lesson Overview
In this lesson, we’ll get familiar with the jQuery animate() method syntax to animate any CSS properties of our website elements.
Video Chapters
Sample sytnax:
$('#left').click(function() {
$('.box').animate({
left : '-=40px',
textSize : '-=3px'
}, 1000, function(){
// animation is completed
});
});
Login to your Account
If you're a DSA Student, please log in to your account to access the course content.
Sorry, you don't have access to this content.
It looks like you're not enrolled in Divi Stylist Academy.
