almende / vis

⚠️ This project is not maintained anymore! Please go to https://github.com/visjs
7.86k stars 1.48k forks source link

Timeline rolling mode not working #4227

Open Superlukec opened 5 years ago

Superlukec commented 5 years ago

The demo for rolling mode functionality is not working: http://visjs.org/examples/timeline/interaction/rollingMode.html

I've checked the source and the problem is that the root element (.vis-timeline) is always hidden as soon as you add option for rollingMode. If you open DevTools and set element to visible it works normally.

After looking for possibilites, I've tried the previous version (4.20.1) with the same code and it works.