uawdijnntqw1x1x1
IP : 216.73.216.46
Hostname : toronto-dev2
Kernel : Linux toronto-dev2 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
srv
/
users
/
craft4
/
apps
/
craft4-newsite-space
/
public
/
assets
/
js
/
animations.js
/
/
function transitionDelay(elem) { $(elem).each(function(index){ if(index == 0){ return; } $(this).css({ 'transition-delay' : (1+index)/5 + 's' }); }); } function customAnimate(elem){ $(elem).waypoint(function (direction) { if ($(this).attr('rel') != 1) { $(this).attr('rel', 1).addClass("animate"); } }, {offset: '85%'}); } $(document).ready(function () { customAnimate("section.banner"); customAnimate("section.image-boxes .image-box"); customAnimate("section.services-section"); customAnimate("section.blog .posts .post"); customAnimate(".custom-boxes .box-holder"); customAnimate("section.featured-news .video-holder"); });
/srv/users/craft4/apps/craft4-newsite-space/public/assets/js/animations.js