is there a jquery plugin (or a js snippet) that makes a sentence sliding from one side to the other?
For example when i have a sentence of five words to, to be possible for me to declare a 300px width box and make the sentence inside it sliding from right to left and when it finish to start again.
or a flash plugin?
The issue is that i have a new link (that link to important pdf document) inside my page and i want to find a way to make the user notice it when he visits my site. So i thought i can put gif next to the link that flashes “new” and also put the plugin that i asked you on top right of the page that says there is a new “pdf”.
Have anyone any idea of how i should do it? is anyone aware of any other technique?
jQuery has a built-in
animatefunction. You could use that to animate your new link. Working demo here: http://jsfiddle.net/na3Xb/