locomotivemtl / locomotive-scroll

🛤 Detection of elements in viewport & smooth scrolling with parallax.
https://locomotivemtl.github.io/locomotive-scroll
MIT License
7.56k stars 1.11k forks source link

Cannot skip a div from Locomotive scroll #450

Open ajithmohan1940 opened 1 year ago

ajithmohan1940 commented 1 year ago

I've completed working on a page in which the main heading of the page, when scrolled down ,shrinks and fits to the left top of the page. Did this animation with javascript, if scroll size> 10px, reduced the font size and added a class in which fixed property was declared. after finishing the page decided to add locomotive scroll which worked properly except for this part. Now the main heading nor shrinks or sticks on the top.. how can i fix this