ufh/web/animations.css

6 lines
137 B
CSS
Raw Permalink Normal View History

2023-07-09 19:30:09 +00:00
@keyframes hover {
0% { transform: translateY(-1px) }
50% { transform: translateY(4px) }
100% { transform: translateY(-1px) }
}