__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
// Animations
// slide-fade
.slide-fade-enter-active {
transition: all .3s cubic-bezier(.4, 0, .2, 1);
}
.slide-fade-leave-active {
transition: all .2s cubic-bezier(.4, 0, .2, 1);
}
.slide-fade-enter, .slide-fade-leave-to {
opacity: 0;
transform: translateY(-10px);
}
// Infobar
.infobar-enter-active {
animation: slideOutRight .2s reverse;
}
.infobar-leave-active {
animation: slideOutRight .2s;
}
html[dir=rtl] .infobar-enter-active {
animation: slideOutLeft .2s reverse;
}
html[dir=rtl] .infobar-leave-active {
animation: slideOutLeft .2s;
}
// Slide out right animation
@keyframes slideOutRight {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(100%, 0, 0);
}
}
@keyframes slideOutLeft {
from {
transform: translateX(0);
}
to {
visibility: hidden;
transform: translate3d(-100%, 0, 0);
}
}
// Bounce in animation
.fade-in-enter-active {
animation: fadeIn .2s;
}
.fade-in-leave-active {
animation: fadeIn .2s reverse;
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| _animations.scss | File | 1.09 KB | 0664 |
|
| _layout.scss | File | 1022 B | 0664 |
|
| _media-breadcrumb.scss | File | 1.31 KB | 0664 |
|
| _media-browser.scss | File | 9.69 KB | 0664 |
|
| _media-edit.scss | File | 1.28 KB | 0664 |
|
| _media-infobar.scss | File | 1.71 KB | 0664 |
|
| _media-modal.scss | File | 1.5 KB | 0664 |
|
| _media-toolbar.scss | File | 1.53 KB | 0664 |
|
| _media-tree.scss | File | 2.81 KB | 0664 |
|