animate-components
Advanced tools
Comparing version 0.0.3 to 0.0.4
71
index.js
@@ -1,70 +0,1 @@ | ||
import bounceObj from "./src/animations/bounce/index"; | ||
const { Bounce, BounceUp, BounceRight, BounceLeft, BounceDown } = bounceObj; | ||
import fadeObj from "./src/animations/fade/index"; | ||
const { | ||
FadeIn, | ||
FadeInUp, | ||
FadeInRight, | ||
FadeInLeft, | ||
FadeInDown, | ||
FadeInUpBig, | ||
FadeInRightBig, | ||
FadeInLeftBig | ||
} = fadeObj; | ||
import flipObj from "./src/animations/flip/index"; | ||
const { Flip, FlipX, FlipY } = flipObj; | ||
import lightObj from "./src/animations/lightspeed/index"; | ||
const { LightOut, LightIn } = lightObj; | ||
import rotateObj from "./src/animations/rotate/index"; | ||
const { | ||
RotateIn, | ||
RotateRight, | ||
RotateLeft, | ||
RotateUpRight, | ||
RotateUpLeft | ||
} = rotateObj; | ||
import specialObj from "./src/animations/special"; | ||
const { Flash, RollOut, RollIn, Shake, Swing, Zoom } = specialObj; | ||
export { | ||
Bounce, | ||
BounceUp, | ||
BounceRight, | ||
BounceLeft, | ||
BounceDown, | ||
FadeIn, | ||
FadeInUp, | ||
FadeInRight, | ||
FadeInLeft, | ||
FadeInDown, | ||
FadeInUpBig, | ||
FadeInLeftBig, | ||
FadeInRightBig, | ||
Flip, | ||
FlipX, | ||
FlipY, | ||
LightOut, | ||
LightIn, | ||
RotateIn, | ||
RotateRight, | ||
RotateLeft, | ||
RotateUpRight, | ||
RotateUpLeft, | ||
Flash, | ||
RollOut, | ||
RollIn, | ||
Shake, | ||
Swing, | ||
Zoom | ||
}; | ||
module.exports = require('./src/main'); |
{ | ||
"name": "animate-components", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Animation components for React", | ||
@@ -5,0 +5,0 @@ "main": "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
12956
16
659