| Current Path : /home/ereika83/www/wp-content/plugins/bb-plugin/css/animations/ |
| Current File : /home/ereika83/www/wp-content/plugins/bb-plugin/css/animations/slide-in-down.css |
.fl-animated.fl-slide-in-down {
animation: fl-slide-in-down 1s ease;
-webkit-animation: fl-slide-in-down 1s ease;
}
@-webkit-keyframes fl-slide-in-down {
from {
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fl-slide-in-down {
from {
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}