Coder Social home page Coder Social logo

Comments (12)

chambaz avatar chambaz commented on June 2, 2024 11

In case helpful for others, I just tried downgrading to 4.1.0 and worked for me also. Thanks @mirkoperamas!

from react-awesome-reveal.

mpeardev avatar mpeardev commented on June 2, 2024 2

I had the same problem, after several days of rain and hot coffee I managed to discover a momentary solution at the time of writing this message. Using version 4.1.0 until they implement an updated solution.

from react-awesome-reveal.

morellodev avatar morellodev commented on June 2, 2024 2

I am investigating 👀

from react-awesome-reveal.

Nevemoire avatar Nevemoire commented on June 2, 2024 1

I had the same problem, after several days of rain and hot coffee I managed to discover a momentary solution at the time of writing this message. Using version 4.1.0 until they implement an updated solution.

ty a lot, problem solved <3

from react-awesome-reveal.

dcosmin2003 avatar dcosmin2003 commented on June 2, 2024

Hi @morellodev, I'm thinking of migrating from react-reveal to react-awesome-reveal, but this looks like a blocker to me, can you tell me if there's any workaround for this?
Thank you!

from react-awesome-reveal.

sniper365 avatar sniper365 commented on June 2, 2024

I am here with same issue on version 4.1.0
When can we get the solution?

chrome_A609tt2u8l.mp4

from react-awesome-reveal.

RMarmolejo90 avatar RMarmolejo90 commented on June 2, 2024

I get flickering from the Slide animation when it enters the viewport.

from react-awesome-reveal.

stephenkarpeles avatar stephenkarpeles commented on June 2, 2024

Also get flickering on Zoom animation, even on version 4.1.0. Anyone have a magic fix yet?

from react-awesome-reveal.

stephenkarpeles avatar stephenkarpeles commented on June 2, 2024

One solution I found that seems to work is adding style={{ backfaceVisibility: 'hidden' }} to the parent element. Working for Zoom and Slide animation.

from react-awesome-reveal.

abdullahmehboob20s avatar abdullahmehboob20s commented on June 2, 2024

Version 4.1.0 solved the issue for me

from react-awesome-reveal.

tom-ricci avatar tom-ricci commented on June 2, 2024

I'm 99% sure that this bug is caused by the browser occasionally hanging for a frame or two before starting animations, so when the element is mounted into the DOM it shows up as the style defined by its CSS instead of the beginning state of the animation. For now it's fixable by applying the beginning state of the animation as a style to the element. For example, with Tailwind's opacity-0 class you can solve the flicker on <Fade/>:

<Fade className={"opacity-0"}><p>I will gently appear as I enter the viewport</p></Fade>

from react-awesome-reveal.

Bro3Simon avatar Bro3Simon commented on June 2, 2024

Also get flickering on Zoom animation, even on version 4.1.0. Anyone have a magic fix yet?

@stephenkarpeles, I also had the same issue for Zoom and solved it by downgrading to 4.1.0.

from react-awesome-reveal.

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.