I am attempting to use a Jquery menu, that makes use of the 'easeOutBounce' easing method. It is working fine but, I cannot figure out how to change the direction that the menu is bouncing out from. It currently expands to the right and bounces. My menu will be right-align and I want it to expand to the left.
This is the example I'm using: http://jcargoo.110mb.com/rightmenu/
1 answer
points
The easing will automatically go in the direction of the animation; if the animation is set to move an object from right-to-left, the easing will go in this direction too
- Thanks for that info but, that really doesn't tell me how to fix it.
