• 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)
  • Thread Starter matthijs_b

    (@matthijs_b)

    I figured it out. pb-embedflash plugin doesn’t use the proper wp_enqueue_script to add the necessary jquery. Therefore the file loaded twice,this was to much.
    Anybody encountering this problem, it can be changed in the pb-embedflash plugin at pb-embedflash/inc/inc.functions.php around line 173.

Viewing 1 replies (of 1 total)
  • The topic ‘jquery easing doesn’t work’ is closed to new replies.