Converted to SASS/SCSS
This commit is contained in:
13
demo/src/sass/lib/animation.scss
Normal file
13
demo/src/sass/lib/animation.scss
Normal file
@ -0,0 +1,13 @@
|
||||
// ==========================================================================
|
||||
// Animations
|
||||
// ==========================================================================
|
||||
|
||||
// Fade
|
||||
@keyframes fadein {
|
||||
0% {
|
||||
opacity: 0;
|
||||
}
|
||||
100% {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user