jquery easing doesn’t work
-
Hi I’m trying to develop something that uses jquery easing from jquery UI. However, this just ‘breaks’. When one of the methods is called there is just no easing anymore at all.
Is there a compatibility problem that I missed?
Example:
jQuery(".page_child1").slideUp(500, 'easeInElastic');
does not work, but this does:
jQuery(".page_child1").slideUp(500);
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘jquery easing doesn’t work’ is closed to new replies.