Removed unused animation

This commit is contained in:
Tobias Reich 2016-03-06 17:38:13 +01:00
parent e69c9acd18
commit 93a006600c

View File

@ -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% {