jQuery text slider

itusvirus

New Member
Take a look at this animation I did using simple tweens in flash (see attachment). Do you know a plugin that does this? I couldn’t find one. I think that the web would be a better place if a free jQuery plugin like this existed. Is it even possible to do this using jQuery? I don’t have any jQuery skills at all but I think making one could be a fun and rewarding challenge for people with jQuery skills. If you think aah that’s so easy even you can do it with my help. Then by all means go ahead and show me how!
 

leroy30

New Member
You'd have to fudge it with javascript.

You could use JQuery.animate to animate the text (complete with link) and then the blur would need to be an image I think...
 

bcee

New Member
Not possible with jquery alone. It doesn't have support for blur. Everything else is possible.
 
Top