Skip to content

Commit

Permalink
Fixed animation not working
Browse files Browse the repository at this point in the history
  • Loading branch information
matafokka committed Jan 4, 2024
1 parent e2ba048 commit 1a3a676
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions apps/vanilla-demo/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,12 +209,12 @@ initIcons(

initIcons(
[
new SvgIcon(preWidthReplaceColorMusicIconSrc).setColor("#00988a"),
new SvgIcon(preWidthReplaceColorStarIconSrc).setColor("orange"),
new SvgIcon(preWidthReplaceColorVideoIconSrc).setColor("hotpink"),
new SvgIcon(preWidthReplaceColorGhostImageSrc).setColor("purple"),
new SvgIcon(preWidthReplaceColorSunImageSrc).setColor("green"),
new SvgIcon(preWidthReplaceColorDiamondImageSrc).setColor("coral"),
new SvgIcon(preWidthReplaceColorMusicIconSrc),
new SvgIcon(preWidthReplaceColorStarIconSrc),
new SvgIcon(preWidthReplaceColorVideoIconSrc),
new SvgIcon(preWidthReplaceColorGhostImageSrc),
new SvgIcon(preWidthReplaceColorSunImageSrc),
new SvgIcon(preWidthReplaceColorDiamondImageSrc),
],
document.getElementById("svg-icons-animated-color")!,
);
Expand Down

0 comments on commit 1a3a676

Please sign in to comment.