Are there any editors or tools, similar to flash, which can generate animations in javascript ?
Are there any editors or tools, similar to flash, which can generate animations in
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Simple animations can be done in jQuery. http://api.jquery.com/category/effects/
jQuery Transit is a simple and effective tool for animations in JS. Its Open Source and available on GitHub : https://github.com/rstacruz/jquery.transit
PS: I know you asked for a tool but I showed you a framework in jQuery Transit. But the framework is so easy that its faster to code in this than to use a tool 😛