I'm not finding any recent similar questions answered. I want to create simple animations like that found here: http://hull.io
Any suggestions for tools to create and then deploy these? I'm guessing this is a Javascript library.
I'm not finding any recent similar questions answered. I want to create simple animations like that found here: http://hull.io
Any suggestions for tools to create and then deploy these? I'm guessing this is a Javascript library.
That site specifically is using jQuery, but if you're looking for a more interactive and interesting javascript library which uses a lot of 3d drawing and such like that, try processingjs: http://processingjs.org/
You could try out Adobe's offerings - Edge Animate
http://html.adobe.com/edge/animate/
I believe you can use it for free if you sign up for the free version of Adobe creative cloud.
If you use wordpress, the Slider Revolution plugin is the very best for that.
Otherwise, there are quite a few desktop apps for html5/css3 animation authoring:
Adobe Edge http://html.adobe.com/edge/animate/
Sencha Animator http://www.sencha.com/products/animator
Motion Composer http://www.aquafadas.com/en/motioncomposer/
Hype (Mac only) http://tumult.com/hype/
I did the animation on hull.io. I used jQuery Transit http://ricostacruz.com/jquery.transit/
This is a fantastic jQuery plugin to create CSS transformations.