Update animation scale
This commit is contained in:
parent
cbf02a3fdd
commit
6fc5596087
@ -255,7 +255,7 @@ a:hover {
|
|||||||
}
|
}
|
||||||
/* ------------ */
|
/* ------------ */
|
||||||
|
|
||||||
|
/* Animation */
|
||||||
.reveal{
|
.reveal{
|
||||||
position: relative;
|
position: relative;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
@ -271,11 +271,12 @@ a:hover {
|
|||||||
|
|
||||||
@keyframes fade {
|
@keyframes fade {
|
||||||
0% {
|
0% {
|
||||||
transform: scale(0.8, 0.8);
|
transform: scale(0.9, 0.9);
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
100% {
|
100% {
|
||||||
transform: scale(1, 1);
|
transform: scale(1, 1);
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/* ------------ */
|
Loading…
x
Reference in New Issue
Block a user