You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a custom scrollbar library that relies on this polyfill https://ngx-scrollbar.netlify.app/. I get many issues related to the polyfill like font imports break in their app when the script is loaded and some get error loading the script especially in stackblitz environment.
Is it possible to breakdown the script into a modular features. for instance, you have view-timeline and scroll-timeline, and you have CSS animation usage and JS usage to make the scroll-timeline work.
I would like to only use the scroll-timeline the JS usage. also ability to import the polyfill through typescript code instead of loading the script the traditional <script> way.
The text was updated successfully, but these errors were encountered:
I have a custom scrollbar library that relies on this polyfill https://ngx-scrollbar.netlify.app/. I get many issues related to the polyfill like font imports break in their app when the script is loaded and some get error loading the script especially in stackblitz environment.
Is it possible to breakdown the script into a modular features. for instance, you have
view-timeline
andscroll-timeline
, and you have CSS animation usage and JS usage to make the scroll-timeline work.I would like to only use the
scroll-timeline
the JS usage. also ability to import the polyfill through typescript code instead of loading the script the traditional<script>
way.The text was updated successfully, but these errors were encountered: