@builder.io/sdk
Advanced tools
Comparing version 0.0.135 to 0.0.136
@@ -614,3 +614,3 @@ 'use strict'; | ||
setTimeout(function () { | ||
element.style.transition = "all " + animation.duration + "s " + animation.easing; | ||
element.style.transition = "all " + animation.duration + "s " + kebabCase(animation.easing); | ||
if (animation.delay) { | ||
@@ -651,3 +651,3 @@ element.style.transitionDelay = animation.delay + 's'; | ||
setTimeout(function () { | ||
element.style.transition = "all " + animation.duration + "s " + animation.easing; | ||
element.style.transition = "all " + animation.duration + "s " + kebabCase(animation.easing); | ||
if (animation.delay) { | ||
@@ -654,0 +654,0 @@ element.style.transitionDelay = animation.delay + 's'; |
@@ -608,3 +608,3 @@ import uniqueSelector from 'unique-selector'; | ||
setTimeout(function () { | ||
element.style.transition = "all " + animation.duration + "s " + animation.easing; | ||
element.style.transition = "all " + animation.duration + "s " + kebabCase(animation.easing); | ||
if (animation.delay) { | ||
@@ -645,3 +645,3 @@ element.style.transitionDelay = animation.delay + 's'; | ||
setTimeout(function () { | ||
element.style.transition = "all " + animation.duration + "s " + animation.easing; | ||
element.style.transition = "all " + animation.duration + "s " + kebabCase(animation.easing); | ||
if (animation.delay) { | ||
@@ -648,0 +648,0 @@ element.style.transitionDelay = animation.delay + 's'; |
{ | ||
"name": "@builder.io/sdk", | ||
"version": "0.0.135", | ||
"version": "0.0.136", | ||
"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
1088214