Update the poster selection to be smoother
This commit is contained in:
parent
e9138ab303
commit
de42615383
@ -8,8 +8,14 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.thumbnail-selected {
|
.thumbnail-selected {
|
||||||
border-color: @brand-primary;
|
transition: border 400ms ease-in-out;
|
||||||
background-color: @brand-primary;
|
animation-name: select-thumbnail;
|
||||||
|
animation-duration: 400ms;
|
||||||
|
animation-fill-mode: forwards;
|
||||||
|
}
|
||||||
|
@keyframes select-thumbnail {
|
||||||
|
0% { background-color: @gray-light; }
|
||||||
|
100% { background-color: @brand-primary; }
|
||||||
}
|
}
|
||||||
|
|
||||||
.clickable {
|
.clickable {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user