@innovastudio/contentbuilder 1.3.48 → 1.3.49

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbuilder",
3
3
  "type": "module",
4
- "version": "1.3.48",
4
+ "version": "1.3.49",
5
5
  "description": "",
6
6
  "main": "public/contentbuilder/contentbuilder.esm.js",
7
7
  "files": [
@@ -15273,6 +15273,9 @@ class HtmlUtil {
15273
15273
  dom$h.removeClass(elm, 'zoomIn');
15274
15274
  elm.style.animationDelay = '';
15275
15275
  elm.style.transitionDelay = '';
15276
+ elm.style.transitionDuration = '';
15277
+ elm.style.transitionTimingFunction = '';
15278
+ elm.style.transitionProperty = '';
15276
15279
  });
15277
15280
  let emptystyles = tmp.querySelectorAll('[style=""]');
15278
15281
  Array.prototype.forEach.call(emptystyles, emptystyle => {