Removed unused animation
This commit is contained in:
parent
e69c9acd18
commit
93a006600c
@ -65,18 +65,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// PopIn -------------------------------------------------------------- //
|
|
||||||
@keyframes popIn {
|
|
||||||
0% {
|
|
||||||
opacity: 0;
|
|
||||||
transform: scale(0);
|
|
||||||
}
|
|
||||||
100% {
|
|
||||||
opacity: 1;
|
|
||||||
transform: scale(1);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Pulse -------------------------------------------------------------- //
|
// Pulse -------------------------------------------------------------- //
|
||||||
@keyframes pulse {
|
@keyframes pulse {
|
||||||
0% {
|
0% {
|
||||||
|
Loading…
Reference in New Issue
Block a user