Jump to content

How to get marquee effect with jquery?


Recommended Posts

Friends, I am looking for a jquery plugin which is used to move the content in different directions, left to right, right to left or bottom to top. I can use html marquee but it will not support all browsers, so please give me a jquery code to get marque effect in html. So that it will be helpful for me....


Link to comment
Share on other sites

  • 4 weeks later...

Marquee tag (‘< marquee >‘) one quite well-known tag pre-HTML5 era. As time went on, people did not care about this. What makes it standalone is its concept still lives on. Today, marquee tag support has been deprecated. But at some point of time we need that same scrolling effect, be it from right, left, top or bottom. Here are two that i found when I needed.

The basic ideology is very simple. It’s applying animation to the text content using text-indent CSS property. Another biggest point is that this code is free from all the browser vendor prefixes. Hence, browser dependency is killed.

I have to note that we can only move text from right to left or vice-versa. Moving/ scrolling top to or fro bottom is not possible. But I am trying to figure out that in similar way. Below is the live demo area.


Link to comment
Share on other sites

  • 2 years later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy