| Current Path : /home/ereika83/public_html/wp-content/plugins/bb-plugin/css/animations/ |
| Current File : /home/ereika83/public_html/wp-content/plugins/bb-plugin/css/animations/fancy-flash.css |
.fl-animated.fl-fancy-flash {
animation: fl-fancy-flash 1s ease;
-webkit-animation: fl-fancy-flash 1s ease;
}
@-webkit-keyframes fl-fancy-flash {
from,
50%,
to {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
@keyframes fl-fancy-flash {
from,
50%,
to {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}