stephane-monnot / react-vertical-timeline

Vertical timeline for React.js
https://stephane-monnot.github.io/react-vertical-timeline/
MIT License
1.08k stars 160 forks source link

[QUESTION] Conflict with mobile navbar.. #14

Closed oliviercperrier closed 6 years ago

oliviercperrier commented 6 years ago

Hey!

In mobile, when the timeline element appear on screen during scrolling, my navbar is bugging and i cannot find why..

Can you help me please? :/

Here is my site: www.oliviercastroperrier.com

stephane-monnot commented 6 years ago

Maybe you can use Stackoverflow for your problem and add more information about your problem.

oliviercperrier commented 6 years ago

I will, but i asked here because i found out that when i disable the animation (animate = false), everything is fine..

anyway, im just gonna disable the animation when on mobile.

jasan-s commented 6 years ago

@oliviercperrier did you disable animation based on screen width only or did you detect if touch or orientation change is available? I am seeing the issue even in the lib owners demo. not sure the root cause