Topic: REVEAL ANIMATIONS
Fitrepreneur pro asked 7 years ago
Nasimullah free answered 4 years ago
hi how to show the paragraph text when we scroll down it animate like fade in fade out i try but cant work with class animated kindly help
Grzegorz Bujański staff commented 4 years ago
Hi. Please create snippet here: https://mdbootstrap.com/snippets/ I will look at this.
jbankster.web pro answered 7 years ago
<!-- Material Design Bootstrap -->
<link href="<path to your>/mdb.min.css" rel="stylesheet">
Then, at the bottom of the html document,just before the closing body tag, (at a minimum) you need a link to JQuery and place the "WOW" initialization call last in the order.
Example:
<!-- JQuery -->
<script type="text/javascript" src="<?php echo base_url(); ?>js/jquery-2.2.3.min.js"></script>
<!-- Animations init-->
<script>
new WOW().init();
</script>
After you've made these change, you need to make sure to dump your browser cache and then reload the page in browser.
Hope that helps. Not having a link to look at is really the only way I can help. Right now I'm wasting time typing all this out and guessing what your problem MIGHT BE.
Josh
Fitrepreneur pro answered 7 years ago
jbankster.web pro answered 7 years ago
<!-- Animations init-->
<script>
new WOW().init();
</script>
Josh
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Pro
- Premium support: No
- Technology: General Bootstrap questions
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No