Somehow it would be better to call it. I am looking for a js library for doing animations with the DOM, such here . Who did this - tell me what you used

    1 answer 1

    what kind of animation are you looking for? maybe just all the elements you need to add the class animate

    .animate {-webkit-transition: all .7s; -moz-transition: all .7s; -o-transition: all .7s; transition: all .7s; }

    either then jQuery.animate ()

    • in this link is an example - Arc