Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #36 from helpscout/fix-animate-classname
Browse files Browse the repository at this point in the history
Fix Animate animation className
  • Loading branch information
ItsJonQ committed Sep 11, 2017
2 parents 3b3e5f2 + ca4afd5 commit 5539d4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/components/Animate/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class Animate extends Component {

const childClassName = (child, transitionStatus) => {
return classNames(
'animate',
'Animate',
className,
sequenceClassNames,
transitionStatus && animationStyles[transitionStatus],
Expand Down

0 comments on commit 5539d4a

Please sign in to comment.