Files
profile/themes/keepit/assets/css/_mixin/_details.scss
Spencer Pincott 97737ca1ae Initial commit
2024-07-15 22:20:13 -04:00

8 lines
213 B
SCSS

@mixin details-transition-open {
@include transition(max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s);
}
@mixin details-transition-close {
@include transition(max-height 0.8s cubic-bezier(0.5, 0, 1, 0) 0s);
}