Reputation: 259
I am looking for a way to animate text on top of an image. For example, http://www.ezbusinesslenders.com/ has a flash animation with text that flys in from the left. I would like to do something similar without using flash. I was thinking of taking several images and putting them in a carousel but I need some suggestions on how to handle the text animations.
Upvotes: 0
Views: 994
Reputation: 1628
You should check out Sequence.js
Edit:
Here are some good demos of Sequence.js doing some similar things to what you're looking for, from their website:
- Apple Style Theme
- Modern Slide In
These examples may be a bit overkill for what you're looking for, but you can download the code and sift through the parts you need. Here is also a link to their documentation, which is very thorough: http://www.sequencejs.com/developers/documentation/#how-sequences-animations-work (I linked to the 'how-it-works' part).
Upvotes: 1
Reputation: 1
Your most basic approach would be the Wowslider or Flexslider add ons.
Upvotes: 0