@teleporthq/react-components
Advanced tools
Comparing version 1.0.7-alpha-7 to 1.0.7-alpha-8
@@ -53,2 +53,5 @@ (function(global, factory) { | ||
break; | ||
case "iteration": | ||
this.style.animationIterationCount = this.getAttribute(name) || "1"; | ||
break; | ||
case "direction": | ||
@@ -82,3 +85,4 @@ this.style.animationDirection = this.getAttribute(name) || "normal"; | ||
"class", | ||
"classname" | ||
"classname", | ||
"iteration" | ||
]; | ||
@@ -85,0 +89,0 @@ let AnimateOnElementReveal = _AnimateOnElementReveal; |
@@ -173,2 +173,5 @@ import dayjs from 'dayjs'; | ||
break; | ||
case "iteration": | ||
this.style.animationIterationCount = this.getAttribute(name) || "1"; | ||
break; | ||
case "direction": | ||
@@ -202,3 +205,4 @@ this.style.animationDirection = this.getAttribute(name) || "normal"; | ||
"class", | ||
"classname" | ||
"classname", | ||
"iteration" | ||
]; | ||
@@ -205,0 +209,0 @@ let AnimateOnElementReveal = _AnimateOnElementReveal; |
{ | ||
"name": "@teleporthq/react-components", | ||
"version": "1.0.7-alpha-7", | ||
"version": "1.0.7-alpha-8", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/react-components.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
38266
969
1110