react-simple-animate
Advanced tools
Comparing version 3.0.0 to 3.0.1
import { AnimationProps } from './types'; | ||
export default function AnimateGroup(props: AnimationProps): any; | ||
export default function Animate(props: AnimationProps): any; |
@@ -79,3 +79,3 @@ import * as React from 'react'; | ||
const { useEffect: useEffect$1, useState: useState$1, useRef: useRef$1, useContext } = React; | ||
function AnimateGroup$1(props) { | ||
function Animate(props) { | ||
const { play, children, render, start, end, complete = '', onComplete, delay = 0, duration = 0.3, easeType = 'linear', sequenceId, sequenceIndex, } = props; | ||
@@ -300,2 +300,2 @@ const onCompleteTimeRef = useRef$1(null); | ||
export { AnimateGroup$1 as Animate, AnimateGroup, AnimateKeyframes, useAnimate, useAnimateGroup, useAnimateKeyframes }; | ||
export { Animate, AnimateGroup, AnimateKeyframes, useAnimate, useAnimateGroup, useAnimateKeyframes }; |
@@ -82,3 +82,3 @@ 'use strict'; | ||
const { useEffect: useEffect$1, useState: useState$1, useRef: useRef$1, useContext } = React; | ||
function AnimateGroup$1(props) { | ||
function Animate(props) { | ||
const { play, children, render, start, end, complete = '', onComplete, delay = 0, duration = 0.3, easeType = 'linear', sequenceId, sequenceIndex, } = props; | ||
@@ -303,3 +303,3 @@ const onCompleteTimeRef = useRef$1(null); | ||
exports.Animate = AnimateGroup$1; | ||
exports.Animate = Animate; | ||
exports.AnimateGroup = AnimateGroup; | ||
@@ -306,0 +306,0 @@ exports.AnimateKeyframes = AnimateKeyframes; |
{ | ||
"name": "react-simple-animate", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"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
284022