react-simple-animate
Advanced tools
Comparing version 3.1.0-beta.1 to 3.1.0-beta.2
@@ -180,3 +180,3 @@ import * as React from 'react'; | ||
? { | ||
animation: `${duration}s ${easeType} ${delay}s ${iterationCount} ${direction} ${fillMode} ${play ? 'running' : 'pause'} ${animationNameRef.current || ''}`, | ||
animation: `${duration}s ${easeType} ${delay}s ${iterationCount} ${direction} ${fillMode} ${play ? 'running' : 'paused'} ${animationNameRef.current || ''}`, | ||
} | ||
@@ -237,3 +237,3 @@ : null; | ||
? { | ||
animation: `${duration}s ${easeType} ${delay}s ${iterationCount} ${direction} ${fillMode} ${isPlaying ? 'running' : 'pause'} ${animationNameRef.current || ''}`, | ||
animation: `${duration}s ${easeType} ${delay}s ${iterationCount} ${direction} ${fillMode} ${isPlaying ? 'running' : 'paused'} ${animationNameRef.current || ''}`, | ||
} | ||
@@ -285,3 +285,3 @@ : null; | ||
? { | ||
animation: `${duration}s ${easeType} ${delayDuration}s ${iterationCount} ${direction} ${fillMode} ${isPlaying ? 'running' : 'pause'} ${animationNamesRef.current[currentIndex]}`, | ||
animation: `${duration}s ${easeType} ${delayDuration}s ${iterationCount} ${direction} ${fillMode} ${isPlaying ? 'running' : 'paused'} ${animationNamesRef.current[currentIndex]}`, | ||
} | ||
@@ -288,0 +288,0 @@ : {}; |
@@ -183,3 +183,3 @@ 'use strict'; | ||
? { | ||
animation: `${duration}s ${easeType} ${delay}s ${iterationCount} ${direction} ${fillMode} ${play ? 'running' : 'pause'} ${animationNameRef.current || ''}`, | ||
animation: `${duration}s ${easeType} ${delay}s ${iterationCount} ${direction} ${fillMode} ${play ? 'running' : 'paused'} ${animationNameRef.current || ''}`, | ||
} | ||
@@ -240,3 +240,3 @@ : null; | ||
? { | ||
animation: `${duration}s ${easeType} ${delay}s ${iterationCount} ${direction} ${fillMode} ${isPlaying ? 'running' : 'pause'} ${animationNameRef.current || ''}`, | ||
animation: `${duration}s ${easeType} ${delay}s ${iterationCount} ${direction} ${fillMode} ${isPlaying ? 'running' : 'paused'} ${animationNameRef.current || ''}`, | ||
} | ||
@@ -288,3 +288,3 @@ : null; | ||
? { | ||
animation: `${duration}s ${easeType} ${delayDuration}s ${iterationCount} ${direction} ${fillMode} ${isPlaying ? 'running' : 'pause'} ${animationNamesRef.current[currentIndex]}`, | ||
animation: `${duration}s ${easeType} ${delayDuration}s ${iterationCount} ${direction} ${fillMode} ${isPlaying ? 'running' : 'paused'} ${animationNamesRef.current[currentIndex]}`, | ||
} | ||
@@ -291,0 +291,0 @@ : {}; |
{ | ||
"name": "react-simple-animate", | ||
"version": "3.1.0-beta.1", | ||
"version": "3.1.0-beta.2", | ||
"description": "react simple animate", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
248603