Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [marquee]

A non-standard HTML element that causes text to scroll automatically

1 vote
3 answers
68 views

Marquee doesn't scroll everything

I have a client of mine that's using a marquee, I know, I know it's a depreciated tag and frankly shouldn't be used. This is a personal website of his, and he's been a client of mine for a while, so I ...
Josh Rodgers's user avatar
0 votes
0 answers
50 views

How to add continuous vertical moving text animation in React.js, where the text moving speed will change according to screen width?

I tried to implement the horizontal moving text animation using marquee and it's working cool. But i want to implement this vertically along with the screen width property, where the text moving speed ...
ami_PBJ's user avatar
  • 109
0 votes
0 answers
118 views

Achieving an Infinite Marquee Effect with GSAP ScrollTrigger without Disruption

I've implemented a marquee using CSS and GSAP in JavaScript. The text moves leftward and speeds up on scroll up, and vice versa, using GSAP's ScrollTrigger. However, when the text reaches the end, ...
Shubh Vidyarthi's user avatar
0 votes
0 answers
31 views

I noticed something called a Marqee tag, I've experimented with it, but cant find a way to put it in a container, I need it to not run off the page

so I found an element I hadn't heard of, the Marqee tag, but I cant seem to put it in a container no matter what I do to it, I've tried CSS directly in the Marqee tag to try and put it inside of a ...
FURRYWHOSACODER's user avatar
0 votes
0 answers
46 views

How to make marquee effect with livewire?

How to make marquee effect with livewire? So, the view will re-render every 5 seconds and the view will updated based on the data from mysql. But when wire:poll.5s run, the marquee effect is gone/...
JosuaMnl's user avatar
0 votes
1 answer
106 views

Why does my infinite marquee animation have a jerky restart instead of smoothly looping?

I'm experiencing an issue with my infinite marquee animation. Whenever it reaches the end, instead of smoothly transitioning back to the beginning, it seems to abruptly restart. const ...
Benzo's user avatar
  • 81
0 votes
0 answers
105 views

Want react-fast-marquee gradientColor set with tailwind darkMode

I have a light and dark mode toggle that works using tailwind css I want the marquee that I built with react-fast-marquee that has gradient={true} but I want the gradientColor to be set to whatever ...
Nathan Chavez's user avatar
0 votes
0 answers
44 views

How to set multiple lines of text into a HTML Marquee?

I want to be able to have multiple lines of text in one marquee, is this possible and if so how are you able to do this? I tried placing spaces between the items but they either just came out almost ...
Andy's user avatar
  • 1
0 votes
0 answers
27 views

Android TextView Marquee joggling

I have the following Android Layout for a scrolling text: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/...
Thomas74's user avatar
-1 votes
1 answer
280 views

Seamless infinite scrolling text marquee CSS/width issue

I am trying to create a HTML/CSS scrolling text feature however I am having some issues with it appearing seamless. The scrolling text starts on the right and scrolls across correctly but then when it ...
Adey's user avatar
  • 5
0 votes
0 answers
29 views

I need to convert JQUERY code to Vanilla JS [duplicate]

I'm a wordpress developer, I know nothing from JS yet. I have found a way to make a marquee loop but I need the code in vanilla JS this is what I have: HTML: <div class="marquee"> &...
Sebastian Elefanté's user avatar
0 votes
0 answers
43 views

Marquee keeps glitching

I got following setup: <div class="marquee-menu" style="overflow: hidden;"> <div class="marquee-content-menu"> <div class="marquee-item-...
CliffVandyck's user avatar
1 vote
0 answers
32 views

Android text view (weight and marquee) resetting when another view updates

I have a horizontal Linear Layout with two texts, and i want to make them both visible, but since The size of the first text may vary in size, i have 2 conditions to fulfill on this scenario: In ...
Angelo Miguel's user avatar
0 votes
1 answer
148 views

Problems using marquee with python-vlc

A complete newbie here… I’m currently trying to create a video player using python-vlc and PyQt5 (on a Mac) and it’s going pretty well…. My code is way to messy and embarrassing and filled with ...
PyNewb's user avatar
  • 1
0 votes
0 answers
48 views

CSS Marquee animation breaks in Safari when array of elements inside marquee-wrapper change

In my Angular project I made a full screen marquee animation where participants of the giveaway are being added to the array in real time every time someone buys a lottery ticket (single person can ...
Great Data's user avatar

15 30 50 per page
1
2 3 4 5
53