Remove transition

This commit is contained in:
danbulant 2019-06-23 12:45:00 +02:00
parent db40826ab7
commit 9ae5cf0cd8
2 changed files with 4 additions and 4 deletions

2
html/styles.min.css vendored

File diff suppressed because one or more lines are too long

View file

@ -150,9 +150,9 @@ html {
display: inline-block;
color: $unselected;
opacity: 1;
-webkit-transition: 0.5s width, 0.5s height, 0.5s max-height, 0.3s top, 0.3s left, 0.5s opacity;
-moz-transition: 0.5s width, 0.5s height, 0.5s max-height, 0.3s top, 0.3s left, 0.5s opacity;
transition: 0.5s width, 0.5s height, 0.5s max-height, 0.3s top, 0.3s left, 0.5s opacity;
// -webkit-transition: 0.5s width, 0.5s height, 0.5s max-height, 0.3s top, 0.3s left, 0.5s opacity;
// -moz-transition: 0.5s width, 0.5s height, 0.5s max-height, 0.3s top, 0.3s left, 0.5s opacity;
// transition: 0.5s width, 0.5s height, 0.5s max-height, 0.3s top, 0.3s left, 0.5s opacity;
}
.game.selected {
height: 190px;