jquery - Javascript only works locally but doesn't work on live site -
i'm coding website , works fine locally when test live, doesn't work same: http://keirabui.com/kairos2/ - cranes should disappear faster reveal animation of round gold logo - this: https://dribbble.com/shots/2057062-heartbeat
the script crane fading out is:
$(window).load(function() { $(".craneloader").delay(2200).fadeout(1000); })
also beating heart not clickable @ in firefox works fine in chrome , safari. know why?
Comments
Post a Comment