Skip to content

Commit

Permalink
update default animation
Browse files Browse the repository at this point in the history
  • Loading branch information
kseniya57 committed Dec 9, 2020
1 parent dd2564a commit 22a136d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@idui/react-collapse",
"version": "1.0.0",
"version": "1.0.1",
"description": "React Collapse Component",
"author": "kaprisa57@gmail.com",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Collapse/components/Body/Body.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ BodyWithRef.defaultProps = {
exit: {
height: 0,
},
transition: { duration: 0.1 },
transition: { duration: 0.2 },
},
};

Expand Down

0 comments on commit 22a136d

Please sign in to comment.