web7sys
This commit is contained in:
9
website-7sys/css/animations.css
Normal file
9
website-7sys/css/animations.css
Normal file
@@ -0,0 +1,9 @@
|
||||
/* Animations */
|
||||
@keyframes fadeIn {
|
||||
from { opacity: 0; transform: translateY(20px); }
|
||||
to { opacity: 1; transform: translateY(0); }
|
||||
}
|
||||
|
||||
@keyframes spin {
|
||||
to { transform: translateY(-50%) rotate(360deg); }
|
||||
}
|
||||
Reference in New Issue
Block a user