javascript - Dojo fallbacks for IE9 -
i need dojo. website i'm working on build using dojo. need make fallback css3 transitions/animations in ie9. required use dojo not jquery. so, how can implement fallback using dojo?
this css3 property have fallback for:
div#mainnav.opensubnav, .opensubnav div#mainnav { -webkit-transform: translate(300px, 0); -moz-transform: translate(300px, 0); -ms-transform: translate(300px, 0); -o-transform: translate(300px, 0); transform: translate(300px, 0); }
you should @ http://dojotoolkit.org/reference-guide/1.10/dojo/fx.html
it animations...
Comments
Post a Comment