Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Have Aware not end on last frame but end on first to give us Clueless #510

Closed
wants to merge 9 commits into from
2 changes: 1 addition & 1 deletion assets/anim.scss
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,7 @@ $spritesDir : '/assets/emotes/emoticons-animated/';
$animation-duration: 4.2s,
$iteration-count: 1,
$can-animate-forever: true,
$end-on-last-frame: true
$end-on-last-frame: false
);

@include sprite-animation(
Expand Down
Loading
Loading