datamad2017/_sass/vendor/animations/attention-seekers/_flash.scss

12 lines
189 B
SCSS

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