About 7,320,000 results
Open links in new tab
  1. Why is <marquee> deprecated and what are the alternatives?

    marquee-play-count marquee-direction marquee-speed but it seems, they don't work. They were a part of specification in year 2008, but they were excluded in year 2014 One way, proposed …

  2. Is it possible to change the speed of HTML's <marquee> tag?

    Nov 19, 2010 · You can change the speed of marquee tag using scrollamount attribute. It accepts integer values 6 being the default speed, so any value lower then 6 will slow down the …

  3. html - How can I create a marquee effect? - Stack Overflow

    Based on the previous reply, mainly @fcalderan, this marquee scrolls when hovered, with the advantage that the animation scrolls completely even if the text is shorter than the space …

  4. What is the equivalent of <marquee> tag in HTML5?

    Dec 5, 2018 · In HTML 4, there is this &lt;marquee&gt; tag that shows sliding text across the screen. What is its equivalent in HTML5?

  5. Javascript Marquee to replace <marquee> tags - Stack Overflow

    Javascript Marquee to replace <marquee> tags Asked 16 years, 11 months ago Modified 3 years, 11 months ago Viewed 91k times

  6. android - TextView Marquee not working - Stack Overflow

    Jul 26, 2010 · The reason for marquee not working with some of the guys in this article , If you have an input form with an EditText ( which is an input), The EditText will be the one with …

  7. Marquee text in Android - Stack Overflow

    Feb 2, 2010 · In Android (KOTLIN), the Marquee effect for scrolling text can be achieved by using the TextView widget and setting the android:ellipsize and android:marqueeRepeatLimit …

  8. Very Simple, Very Smooth, JavaScript Marquee - Stack Overflow

    May 11, 2012 · I'm trying to find a very simple and smooth, lightweight javascript or jquery marquee. I already tried silk marquee or something, but it wouldn't work with the application I …

  9. How do I change the size of a marquee text? - Stack Overflow

    Dec 23, 2020 · How do I change the size of a marquee text? Please help. The marquee code I'm using right now, is this:

  10. Pure CSS Continuous Horizontal Text Scroll Without Break

    I'm trying to create a news ticker with horizontal text that scrolls continuously without a break between loops. Ideally, the solution would be pure css/html, but I don't know if that's possible. H...