Hi all,
I’m looking for some recommendations for a nice straightforward to use JS tween library, nothing HTML5/Canvas specific though, I’m sticking with nice bog standard HTML/JS for the time being.
I’ve been messing around making an accordion menu, I found this tutorial:
http://www.switchonthecode.com/tutorials/javascript-and-css-tutorial-accordion-menus
Which works nicely in IE, Chrome and Firefox but it uses its own JS function to animate the transitions. So I wandered off and found JSTweener, a port of the Actionscript Tweener lib:
http://coderepos.org/share/wiki/JSTweener
Got it working in the accordion menu fine in Chrome and FF but in IE it’s glitchy as hell. When a menu is selected the associated content DIV flashes fully visible (when style.display is changed from ‘none’ to ‘block’) and then tweens open, obviously that’s no good and doesn’t make any sense given the original menu works fine. I’ve no idea if it’s a glitch in the JSTweener code so fancy trying some other libs.
Cheers,
Rob