Skip to content

Commit

Permalink
🎨 攒劲的新logo
Browse files Browse the repository at this point in the history
  • Loading branch information
adlered committed Dec 19, 2024
1 parent 0e66dec commit d58e12d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/resources/skins/classic/header.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,13 @@
container: document.getElementById('logo-animate'),
renderer: 'svg',
loop: false,
autoplay: true,
autoplay: false,
animationData: logoData
};
var anim;
anim = lottie.loadAnimation(params);
anim.goToAndPlay(27, true)
setTimeout(function () {
$('#logo-animate').on('mouseenter', function(){
anim.goToAndPlay(10, true)
Expand Down

0 comments on commit d58e12d

Please sign in to comment.