We are currently using Angular 8 with Webflow to create our frontend design. Webflow exports the code as HTML and CSS files which are easy to implement. Animations are exported in a Webflow.js file containing lots of unreadable code. The basic question is: How can we make use of these animations in Angular?
We tried to implement the animations as an external JS script file following the answers to this question: How do I include a JavaScript script file in Angular and call a function from that script?
We would like to use the Webflow animations in Angular 6+. Does anybody know how to use the Webflow.JS file properly?