mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-02 15:27:18 +00:00
20 lines
521 B
SCSS
20 lines
521 B
SCSS
@charset "UTF-8";
|
|
|
|
// animate variables
|
|
// --------------------------------------------------
|
|
|
|
$countDefault: 1 !default;
|
|
|
|
$durationSmallDefault: .2s !default;
|
|
$durationDefault: .3s !default;
|
|
$durationBigDefault: .35s !default;
|
|
|
|
$delayDefault: 0s !default;
|
|
$functionDefault: cubic-bezier(.23, 1, .32, 1) !default;
|
|
$fillDefault: both;
|
|
$visibilityDefault: hidden !default;
|
|
|
|
$ease-in-quint: cubic-bezier(.755, .05, .855, .06);
|
|
$ease-out-quint: cubic-bezier(.23, 1, .32, 1);
|
|
$ease-in-out-quint: cubic-bezier(.86, 0, .07, 1);
|