Line 86: | Line 86: | ||
path: 'https://static.igem.org/mediawiki/2021/c/c5/T--XJTU-China--logoMoving.txt' // the path to the animation json | path: 'https://static.igem.org/mediawiki/2021/c/c5/T--XJTU-China--logoMoving.txt' // the path to the animation json | ||
} | } | ||
− | var | + | var logoAnim = lottie.loadAnimation(animData); |
− | + | logoAnim.setSpeed(1.5); | |
− | $(logo).hover(function () { | + | $(logo).hover(function () { logoAnim.play(); }, |
− | function () { | + | function () { logoAnim.pause(); }) |
</script> | </script> | ||