Animate Elements on a Webpage with jQuery

InstructorTomasz Łakomy

Share this video with your friends

Send Tweet

There are many ways of animating stuff on the Web. For example we can use CSS animations, vanilla JavaScript or jQuery library.

In this lesson we are going to learn how to use jQuery slideUp(), slideDown() and animate() functions to animate elements on a webpage in an easy and efficient way.