@plaidev/karte-action-sdk 1.1.174-28032767.85495e8a → 1.1.174-28032865.9aa17837
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.
- 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,
|