react-scroll-motion icon indicating copy to clipboard operation
react-scroll-motion copied to clipboard

the content would disappear after scroll down.

Open RohailAhmad-gojo opened this issue 2 years ago • 8 comments

I'm having a problem where the content would disappear after scrolling down a little height. the content's property would change to display: none; when you scroll down a little bit, it disappear at the same place every time.

RohailAhmad-gojo avatar Oct 04 '22 11:10 RohailAhmad-gojo

I have the same problem.

alvesxdani avatar Oct 14 '22 21:10 alvesxdani

Same here

Daemon0x00000000 avatar Oct 26 '22 16:10 Daemon0x00000000

same here

Aningaaq avatar Nov 01 '22 09:11 Aningaaq

I'm having a problem where the content would disappear after scrolling down a little height. the content's property would change to display: none; when you scroll down a little bit, it disappear at the same place every time.

did you find a solution for it? as i am stuck with same problem

Zainmalik08 avatar Nov 06 '22 16:11 Zainmalik08

I couldn't find a solution, but you can use it top of website cause it disappear after scroll down for a while So you can put on top.

RohailAhmad-gojo avatar Nov 07 '22 12:11 RohailAhmad-gojo

Any solution to this problem?

SharathVasan avatar Jun 08 '23 09:06 SharathVasan

I think this is the problematic line: https://github.com/1000ship/react-scroll-motion/blob/master/src/Animator.tsx#L46

I'm not sure what this piece of code does, but I just changed { display: "none" } to style and it stopped disappearing

SixteenDollars avatar Aug 22 '23 21:08 SixteenDollars

Sorry for checking it late Can you let me know some details by any chance? What framework did you use? And if you have the codes, could you copy and paste it in here? Thanks!

1000ship avatar Aug 22 '23 23:08 1000ship