Activate css animation/translation with javascript
问题 I am trying to get off javascript animations and use CSS animations instead. I am currently using jQuery's animation functionality. I came across this website with a bunch of wonderful css animations. Such as: .demo1 { -webkit-transition:all .5s ease-out; -moz-transition:all .5s ease-out; -ms-transition:all .5s ease-out; -o-transition:all .5s ease-out; transition:all .5s ease-out; } .demo1:hover { -webkit-transform:translate(0px,10px); -moz-transform:translate(0px,-10px); -ms-transform