Easing is the pattern of movement. For example, assume that u need an element to move from left to right side of the screen. This can be done in multiple ways. 1. Start slowly, the move fast, and end slowly 2. Always have a constant speed from start of end 3. Start fast, end slowly etc.
So, various easing effects have different characteristics like this, but each will achieve the same end effect. http://gsgd.co.uk/sandbox/jquery.easing.php is the demo page for some easing effects. Have fun. -GTG On 7/1/07, Guapo <[EMAIL PROTECTED]> wrote:
i checked the demo page on the interface website. but i donno what the easing types really mean. on the demo page, i selected an easing type and click the "animate" link. the top emement just move left to right or right to left. I can't see any difference between them. who can explain it to me, great thanks!