Giter Club home page Giter Club logo

Comments (7)

codyarose avatar codyarose commented on August 12, 2024 5

Same issue here.
Also using Suspense, and I noticed that the issues resolves itself if the viewport size is changed.

The speed is controlled by a css variable on .marquee called --duration. My temporary fix is to manually override that variable --duration: 60s !important

from react-fast-marquee.

justin-chu avatar justin-chu commented on August 12, 2024 1

I'll look into this.

from react-fast-marquee.

justin-chu avatar justin-chu commented on August 12, 2024 1

Fixed in 1.4.0

from react-fast-marquee.

justin-chu avatar justin-chu commented on August 12, 2024

Unfortunately, I'm unable to reproduce this issue. Do you have more details? It could be an issue with the marquee-style class, but I'm not sure.

from react-fast-marquee.

kasyava avatar kasyava commented on August 12, 2024

I have a similar situation. When the page loads, react-fast-marquee sets the fast scrolling speed. The set speed is restored only when switching to another page and then back to the main page. I have react-fast-marquee only showing on the main page. react-fast-marquee version 1.2.1

An example of my code

<Marquee style={{backgroundColor: "#343a40"}}
                 gradient={false}
                 speed={50}
                 pauseOnClick={true}
        >
            {winingList.map((item, index) => {
                return (
                    <React.Suspense key={index} fallback={<Placeholder/>}>
                        <LastWinsItem  {...item}/>
                    </React.Suspense>
                )
            })}
</Marquee>

but if I don't use React.lazy and React.Suspense then everything works as it should

from react-fast-marquee.

gustavoferrara avatar gustavoferrara commented on August 12, 2024

Any updates on this? Experiencing the same issue.

from react-fast-marquee.

kylewetton avatar kylewetton commented on August 12, 2024

Until this is fixed, the lib isn't worth using unfortunately.

from react-fast-marquee.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.