From ca4afd597afcdc5c6ebcd8546c43cde235c05f90 Mon Sep 17 00:00:00 2001 From: ItsJonQ Date: Mon, 11 Sep 2017 16:57:37 -0400 Subject: [PATCH] Fix Animate animation className Rename from `animate` -> `Animate` --- package-lock.json | 2 +- src/components/Animate/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0dbcdd064..f9f0d7e8b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@helpscout/blue", - "version": "0.0.16", + "version": "0.0.17", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/src/components/Animate/index.js b/src/components/Animate/index.js index c958e2ee9..ad9f3520b 100644 --- a/src/components/Animate/index.js +++ b/src/components/Animate/index.js @@ -84,7 +84,7 @@ class Animate extends Component { const childClassName = (child, transitionStatus) => { return classNames( - 'animate', + 'Animate', className, sequenceClassNames, transitionStatus && animationStyles[transitionStatus],