Hi,
I’m working on a website where I have multiple charts on a page that animate when they are scrolled to.
This was working fine (I used this JSFiddle example from a previous enquery on forums – https://jsfiddle.net/y5q7f8pa/) until I started implementing Bootstrap 4’s grid system into the page. Now, when the first chart on the page is scrolled to (which is embedded in a column), it triggers all the other charts (embedded in different columns) to animate at the same time.
I would really appreciate some advice on how to return to the charts on the page animating only when scrolled to, not when the first one is reached.
Thank you!