animation.scss 441 B

1234567891011
  1. $animation_duration-toast-show: 300ms;
  2. $animation_duration-toast-hide: 300ms;
  3. $animation_function-toast-show: cubic-bezier(.22,.57,.02,1.2);
  4. $animation_function-toast-hide: cubic-bezier(.22,.57,.02,1.2);
  5. $animation_delay-toast-show: 0s;
  6. $animation_delay-toast-hide: 0s;
  7. $animation_opacity-toast-show: 0;
  8. $animation_opacity-toast-hide: 0;
  9. $animation_transform_translateY-toast-show: -100%;
  10. $animation_transform_translateY-toast-hide: -100%;