mirror of https://github.com/bra1n/townsquare.git
fix voting animation
This commit is contained in:
parent
3b36c47f8e
commit
649cb30fec
|
@ -174,7 +174,7 @@ export default {
|
|||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
transition: transform 3s;
|
||||
transition: transform 2.9s ease-in-out;
|
||||
}
|
||||
span:before {
|
||||
content: " ";
|
||||
|
|
Loading…
Reference in New Issue