| Current Path : /home/happyrenas/old/devis-huissier.fr/old/assets/base/js/scripts/reveal-animate/ |
Linux webd005.cluster105.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 |
| Current File : /home/happyrenas/old/devis-huissier.fr/old/assets/base/js/scripts/reveal-animate/reveal-animate.js |
// REVEAL ANIMATE
var revealAnimate = function() {
var _init = function() {
wow = new WOW(
{
animateClass: 'animated',
offset:100,
live: true,
mobile: false,
});
}
return {
//main function to initiate the module
init: function() {
_init();
}
};
}();
$(document).ready(function() {
revealAnimate.init();
new WOW().init();
setTimeout(
function() {
$('.wow').css('opacity', '1');
}, 100
);
});