Skip to content

Commit

Permalink
Get dice rolls from server plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmalloy committed Oct 19, 2023
1 parent 00e6cc8 commit 2e8d1e0
Show file tree
Hide file tree
Showing 6 changed files with 241 additions and 140 deletions.
2 changes: 1 addition & 1 deletion src/app/component/backgammon/backgammon.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
&.rolling {
animation-duration: 0.15s;
animation-name: rolling;
animation-iteration-count: 5;
animation-iteration-count: infinite;
}
@keyframes rolling {
from {
Expand Down
Loading

0 comments on commit 2e8d1e0

Please sign in to comment.