June 20, 201313 yr I'm looking for a jQuery effect whereas, text flies in from the left or right, and each word hits each other, squashes, then moves back and rests in it's position to spell out a word using PNG images ?
June 20, 201313 yr I'm looking for a jQuery effect whereas, text flies in from the left or right, and each word hits each other, squashes, then moves back and rests in it's position to spell out a word using PNG images ? Check out the jquery easing plugin, This will give you the movement. Then perhaps you combine this with .animate the letterspacing of the text at the same time to get the squash effect
June 21, 201313 yr Author Sorry, I'm not following. This easing plugin, doesn't have a .animate feature.
June 21, 201313 yr Hello. It sounds like a complex animation you want to create. Maybe you should use a keyframe editor like Adobe Flash or Edge. Newer versions of Flash will let you export animations as HTML/JS/CSS-transitions. If you have an older Flash version you can install the Swiffy extension. There are also some free keyframe editors out there you could give a try: http://www.mixeek.com/free_html5_animation_tool and http://mashi.tv/#intro Note that css3 transitions usually run smoother than jquery animations.
Create an account or sign in to comment