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

Popular posts from this blog

javascript - oscilloscope of speaker input stops rendering after a few seconds -

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -