@builder.io/sdk
Advanced tools
Comparing version 0.0.130 to 0.0.131
@@ -583,2 +583,4 @@ 'use strict'; | ||
// TODO: do this properly, may have other animations of different properties | ||
element.style.transition = 'none'; | ||
element.style.transitionDelay = '0'; | ||
Object.assign(element.style, animation.steps[0].styles); | ||
@@ -585,0 +587,0 @@ setTimeout(function () { |
@@ -577,2 +577,4 @@ import uniqueSelector from 'unique-selector'; | ||
// TODO: do this properly, may have other animations of different properties | ||
element.style.transition = 'none'; | ||
element.style.transitionDelay = '0'; | ||
Object.assign(element.style, animation.steps[0].styles); | ||
@@ -579,0 +581,0 @@ setTimeout(function () { |
{ | ||
"name": "@builder.io/sdk", | ||
"version": "0.0.130", | ||
"version": "0.0.131", | ||
"browser": "./dist/index.umd.min.js", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.cjs.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1086082
15016