Viewing 1 replies (of 1 total)
  • Thread Starter mchelles

    (@mchelles)

    I figured it out!

    To add a bounce (or other easing) effect using the welcomizer plugin, just paste this code in the extra javascript section:

    $(this)
                    .animate(
                        { left: 100 }, {
                            duration: 'slow',
                            easing: 'easeInBounce'
                        })

    Then change “easeInBounce” to whatever easing effect you want. You may need to add the jquery easing plugin to your theme files and call it in your header file.

Viewing 1 replies (of 1 total)
  • The topic ‘Add Jquery Easing Effect To Logo?’ is closed to new replies.