mirror of https://github.com/bra1n/townsquare.git
slowed down player glow
This commit is contained in:
parent
b986715ee5
commit
5b65a65b0d
|
@ -575,7 +575,7 @@ li.move:not(.from) .player .overlay svg.move {
|
||||||
}
|
}
|
||||||
|
|
||||||
.player.you.#{$name} .token {
|
.player.you.#{$name} .token {
|
||||||
animation: #{$name}-glow 2s ease-in-out infinite;
|
animation: #{$name}-glow 5s ease-in-out infinite;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -586,7 +586,7 @@ li.move:not(.from) .player .overlay svg.move {
|
||||||
@include glow("traveler", $traveler);
|
@include glow("traveler", $traveler);
|
||||||
|
|
||||||
.player.you .token {
|
.player.you .token {
|
||||||
animation: townsfolk-glow 2s ease-in-out infinite;
|
animation: townsfolk-glow 5s ease-in-out infinite;
|
||||||
}
|
}
|
||||||
|
|
||||||
/****** Seat icon ********/
|
/****** Seat icon ********/
|
||||||
|
|
Loading…
Reference in New Issue