Skip to content

Commit

Permalink
fix ComfyWAG css
Browse files Browse the repository at this point in the history
  • Loading branch information
slugalisk committed Nov 24, 2023
1 parent 6537e2d commit b58cccf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions assets/anim.scss
Original file line number Diff line number Diff line change
Expand Up @@ -683,6 +683,15 @@ $spritesDir : '/assets/emotes/emoticons-animated/';
$iteration-count: 10
);

@include sprite-animation(
$file-name: ComfyWAG,
$frame-count: 2,
$sprite-width: 76px,
$sprite-height: 32px,
$animation-duration: 500ms,
$iteration-count: 10
);

@include sprite-animation(
$file-name: illyaTriggered,
$frame-count: 8,
Expand Down

0 comments on commit b58cccf

Please sign in to comment.