Topic: wow angular animations
How to set up animations for angular with wow
on scroll i should be able to use animations.
**i am waiting for clear instructions how to do this Step 1: Initialize script for animations on a scroll in your index.html .
thank you**
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
                            
                            Open
Specification of the issue
                                            
        - User: Free
- Premium support: No
- Technology: MDB Angular
- MDB Version: MDB4 9.0.1
- Device: pc
- Browser: chroome
- OS: windows
- Provided sample code: No
- Provided link: No
Related topics
                                
                                
                            
Arkadiusz Idzikowski staff commented 4 years ago
@fanny111 Did you follow the guide from our documentation?
https://mdbootstrap.com/docs/angular/css/animations/#animations-on-scroll
fanny111 commented 4 years ago
Yes, But i dont understand step 1 Step 1: Initialize script for animations on a scroll in your index.html .
Arkadiusz Idzikowski staff commented 4 years ago
@Arkadiusz Idzikowski You need to add wow script to the script tag inside your
index.htmland usenew WOW().init();to initialize animations. You can find an example code below the installation steps.