mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2025-09-08 23:50:53 +02:00
mm upgrade and feature updates
This commit is contained in:
21
_sass/minimal-mistakes/_animations.scss
Normal file
21
_sass/minimal-mistakes/_animations.scss
Normal file
@@ -0,0 +1,21 @@
|
||||
/* ==========================================================================
|
||||
ANIMATIONS
|
||||
========================================================================== */
|
||||
|
||||
@-webkit-keyframes intro {
|
||||
0% {
|
||||
opacity: 0;
|
||||
}
|
||||
100% {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes intro {
|
||||
0% {
|
||||
opacity: 0;
|
||||
}
|
||||
100% {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user