I wonder if fancy animations such as this can easily be done using JavaScript and CSS. In particular, I would like to reproduce the “wind of letters” effect.
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.
I would say that with the use of JQuery you could do most of the animations. I am not sure about the text blur and the 3D rotation may not be as nice.
I think though that the biggest problem would be trying to get the font animations to be as smooth as they are in flash. You would have to have each character as a separate element and perform a good few calculations when animating the text from one paragraph to the next. I would say any first attempt would leave you with pretty heavy lag, and I am not really sure how well it could be optimised to increase performance.
So in short, yes you could do this with JQuery, but more than likely you will not end up with the same smooth quality at the end.
To answer your question directly, I do not think that this would be an easy task.