mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2024-12-27 05:01:23 +01:00
12 lines
189 B
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);
|
|
}
|
|
|
|
}
|