Animation pop-up window
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
d64b84db0a
commit
8156027eaa
19
_scss/_animate.scss
Normal file
19
_scss/_animate.scss
Normal file
@ -0,0 +1,19 @@
|
||||
@import 'utilities/keyframes';
|
||||
|
||||
@include keyframes(fadeIn) {
|
||||
from {
|
||||
opacity: 0;
|
||||
}
|
||||
to {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
@include keyframes(fadeOut) {
|
||||
from {
|
||||
opacity: 1;
|
||||
}
|
||||
to {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user