summaryrefslogtreecommitdiff
path: root/themes/LoveIt/assets/css/_mixin/_details.scss
blob: 218e6af3a088967bdb851b21bdae524a416ca26f (plain)
1
2
3
4
5
6
7
@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);
}