home
/
forge
/
roadtovirtuosity.com
/
public
/
assets
/
_scss
/
codebase
➕ New
📤 Upload
✎ Editing:
_transitions.scss
← Back
// // Transitions // -------------------------------------------------- .fade { @include transition($transition-fade); &.fade-up, &.fade-right, &.fade-left { @include transition(opacity .25s ease-out, transform .25s ease-out); } &.fade-up:not(.show) { transform: translateY(100px); } &.fade-right:not(.show) { transform: translateX(-100px); } &.fade-left:not(.show) { transform: translateX(100px); } }
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel