| Current Path : /home/ereika83/www/wp-content/plugins/bb-plugin/css/animations/ |
| Current File : /home/ereika83/www/wp-content/plugins/bb-plugin/css/animations/fade-in.css |
.fl-animated.fl-fade-in {
animation: fl-fade-in 1s ease;
-webkit-animation: fl-fade-in 1s ease;
}
@-webkit-keyframes fl-fade-in {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fl-fade-in {
from {
opacity: 0;
}
to {
opacity: 1;
}
}