@sandlada/mdk 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare abstract class
|
|
1
|
+
export declare abstract class Easing {
|
|
2
2
|
static readonly Standard = "cubic-bezier(0.20, 0.00, 0.0, 1.00)";
|
|
3
3
|
static readonly StandardAccelerate = "cubic-bezier(0.30, 0.00, 1.0, 1.00)";
|
|
4
4
|
static readonly StandardDecelerate = "cubic-bezier(0.00, 0.00, 0.0, 1.00)";
|
package/build/modules/easing.js
CHANGED
package/build/modules/variant.js
CHANGED