@plaidev/karte-action-sdk 1.1.174-28032767.85495e8a → 1.1.174-28032865.9aa17837
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.es.js +3 -0
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -1066,6 +1066,9 @@ const EASING = {
|
|
1066
1066
|
* @internal
|
1067
1067
|
*/
|
1068
1068
|
function customAnimation(node, { transform, animationStyle, delay = 0, duration = 1000 }) {
|
1069
|
+
if (animationStyle === 'none') {
|
1070
|
+
return {};
|
1071
|
+
}
|
1069
1072
|
const [x, y] = transform;
|
1070
1073
|
return {
|
1071
1074
|
delay,
|