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