Ser Archer (Talk | contribs) |
Ser Archer (Talk | contribs) |
||
Line 161: | Line 161: | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
− | $(".whole-carriage").css("animation","mymove 7s"); | + | //$(".whole-carriage").css("animation","mymove 7s"); |
− | $(".whole-carriage").css("-webkit-animation","mymove 7s"); | + | //$(".whole-carriage").css("-webkit-animation","mymove 7s"); |
− | var e = document.getElementById("whole-carriage"); | + | //var e = document.getElementById("whole-carriage"); |
− | e.addEventListener("animationend", function() { | + | //e.addEventListener("animationend", function() { |
$("#whole-carriage").hide(); | $("#whole-carriage").hide(); | ||
$("#home-video").show(); | $("#home-video").show(); | ||
$("#words").show(); | $("#words").show(); | ||
− | }); | + | //}); |
}) | }) | ||
</script> | </script> | ||
</html> | </html> |
Revision as of 15:38, 6 November 2018