Easing can really bring life to an effect. Easing controls how an animation progresses over time by manipulating its acceleration. jQuery has two built-in easing methods: linear and swing. While they get the job done, they are pretty boring when compared to what’s made available through the jQuery easing plugin.
Related Submissions:
- Fun with Easing “Easing” functions are key to quality animations. Instead of animation happening at a completely linear rate, easing functions accelerate and decelerate that rate. And there...
- Smooth Vertical or Horizontal Page Scrolling with jQuery In this tutorial we will create a simple smooth scrolling effect with jQuery. We will create a horizontal and a vertical website layout to show...
- Using jQuery for Background Image Animations After reading Dave Shea’s article on CSS Sprites using jQuery to produce animation effects, I felt like playing around with things to see what could...
- jQuery Kwicks and CSS Image Sprites This is a catchy jQuery powered effect I have used in a couple of projects lately, so I thought of sharing it with you. It...
- Awesome Bubble Navigation with jQuery In this tutorial we are going to create a bubbly navigation with jQuery. The idea is to have some round navigation icons that release a...