/// _transition.scss - Transition and tranformation definitions.

$transition-spec: (
  collapsible-content-panel-title: all 0.25s ease-out,
  collapsible-content-panel-title-before-transform: translateY(-2px),
  collapsible-content-panel-title-before: transform 0.2s ease-out,
  collapsible-content-panel-collapsible: max-height 0.25s ease-in-out,
  fixed-scroll-panel-title: 0.4s,
  collapsible-content-panel-toggle-checked-title-before-transform: rotate(90deg) translateX(-3px),
);
