1
0
Fork 0
mirror of https://github.com/medialab-prado/datamad2017.git synced 2025-02-24 14:10:19 +01:00
datamad2017/_sass/vendor/animations/fade-enter/_fadeIn.scss

12 lines
178 B
SCSS

@if $use-fadeIn == true {
@include animate-keyframe(fadeIn) {
0% {opacity: 0;}
100% {opacity: 1;}
}
.fadeIn {
@include animate-prefixer(animation-name, fadeIn);
}
}