0
Why wow bootstrap not working?
Hi anyone know why scroll reveal animation not working for my code? https://code.sololearn.com/WGpFl4mXrPol/?ref=app
8 Respostas
+ 3
Afif Azmi
You can get here
https://getbootstrap.com/docs/5.1/getting-started/introduction/
+ 1
You just have to use the class="wow zoomIn" instead of class="animated zoomIn" for all the images.
+ 1
Thanks everyone. I use mdbootstrap tutorial because it is easier to use. I think i put the outdated library link previously. Its working now..
+ 1
Afif Azmi
No that was not outdated, that was according to their websites.
0
Afif Azmi
You missed to add jQuery library.
Also you didn't add many libraries with proper path.
0
I refer here: https://mdbootstrap.com/docs/b4/jquery/getting-started/installation/
Sorry i’m new to bootstrap. Do you mind to share how the proper one should be?
0
Afif Azmi
mdbootstrap is paid version so don't use that
0
Anurag Singh yes i purposely use “animated zoomIn” for the first three picture, only use “wow” on the 4th one to see the scroll reveal effect. Anyway thanks for the tips..