Juan Guirao

Results 11 comments of Juan Guirao

> Doesn't work with a Danish keyboard, where `/` is on `shift + 7`. `ctrl + shift + 7` does nothing :-( Same situation with Spanish keyboard. Ctrl + shift...

In my case the problem was that the path to the app folder contained a "&". I changed the "&" to "and" and that fixed it. I had tried the...

Same here! As @D-Kunrath has suggested, this can be fixed by adding a visible="true" attribute to VerticalTimelineElement. In my case. using React.js/Next.js this is what the fixed code looked like:...

The animation does not work for me either in next 13.5.2. I added animate={true} to VerticalTimelin, but this had no effect: `````` > For "next": "13.4.8", it is working. Hi...

> Use inView() from react-intersection-observer const {ref, inView} = inView() In element visible={inView}and use ref to first child of element Does this make the animation work?

Hi @farrukh007 After reading @D-Kunrath's comment I looked at the documentation, here: https://stephane-monnot.github.io/react-vertical-timeline/#/ If you scroll down you will see: visible={ Boolean } [#](https://stephane-monnot.github.io/react-vertical-timeline/#/?a=visible-boolean-)

Hi @farrukh007 ! This is not a discord channel. It is very specific gihub issue. I would recommend you follow the documentation link I shared in my previous post and...

Thank you @diosetiad. That makes the animation work. That's great. However, with your solution the whole VerticalTimeLine is treated as a single block for the triggering of the animation. The...

Great job @SebastienRamsay! It works beautifully. Would have never thought of moving the hook call inside the map callback. I have learned something from you. Thank you. For those who...

Question @SebastienRamsay The solution worked locally, but when I deployed to Vercel, I got this error: ``` ... [06:30:04.703] Linting and checking validity of types... [06:30:07.064] [06:30:07.064] Failed to compile....