File "animations.css"
Full Path: /home/tekvhqgl/public_html/dev2024_old_skip/wp-content/plugins/ml-slider/admin/assets/css/components/animations.css
File size: 383 bytes
MIME-type: text/plain
Charset: utf-8
.pop-in-quick-top-enter {
opacity: 0;
transform: translateY(-8px);
}
.pop-in-quick-top-enter-active {
transition: all .3s ease;
}
.pop-in-quick-top-leave-active {
transition: none;
opacity: 0;
transform: translateY(0);
}
.settings-fade-enter-active, .settings-fade-leave-active {
transition: opacity .3s ease;
}
.settings-fade-enter, .settings-fade-leave-to {
opacity: 0;
}