animation.scss 1.2 KB

123456789101112131415
  1. $animation_duration-sideSheet_mask-show: 180ms; // 侧边栏打开时-蒙层颜色-动画持续时间
  2. $animation_function-sideSheet_mask-show: cubic-bezier(0.25, 0.46, 0.45, 0.94); // 侧边栏打开时-蒙层颜色-过渡曲线
  3. $animation_delay-sideSheet_mask-show: 0ms; // 侧边栏打开时-蒙层颜色-延迟时间
  4. $animation_duration-sideSheet_mask-hide: 180ms; // 侧边栏关闭时-蒙层颜色-动画持续时间
  5. $animation_function-sideSheet_mask-hide: cubic-bezier(0.25, 0.46, 0.45, 0.94); // 侧边栏关闭时-蒙层颜色-过渡曲线
  6. $animation_delay-sideSheet_mask-hide: 0ms; // 侧边栏关闭时-蒙层颜色-延迟时间
  7. $animation_duration-sideSheet_inner-show: 180ms; // 侧边栏打开-动画持续时间
  8. $animation_function-sideSheet_inner-show: cubic-bezier(0.25, 0.46, 0.45, 0.94); // 侧边栏打开-过渡曲线
  9. $animation_delay-sideSheet_inner-show: 0ms; // 侧边栏打开-延迟时间
  10. $animation_duration-sideSheet_inner-hide: 180ms; // 侧边栏关闭-动画持续时间
  11. $animation_function-sideSheet_inner-hide: cubic-bezier(0.25, 0.46, 0.45, 0.94); // 侧边栏关闭-过渡曲线
  12. $animation_delay-sideSheet_inner-hide: 0ms; // 侧边栏关闭-延迟时间