Skip to content

Commit

Permalink
fix(components): add appear styles for shadow portal
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx committed Aug 15, 2019
1 parent de9b809 commit b84a8e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/ShadowPortal/ShadowPortal.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
.shadowPortal-appear,
.shadowPortal-enter {
opacity: 0;
}
.shadowPortal-appear-active,
.shadowPortal-enter-active {
opacity: 1;
transition: opacity 0.4s;
Expand Down

0 comments on commit b84a8e8

Please sign in to comment.