Skip to content

Commit

Permalink
feat(popup): fade in
Browse files Browse the repository at this point in the history
  • Loading branch information
clshortfuse committed Aug 7, 2023
1 parent b205cf7 commit 5fb0cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mixins/PopupMixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ export default function PopupMixin(Base) {
visibility: visible;
transition-delay: 0s;
transition-duration: 0s;
transition-duration: 200ms, 0s, 0s;
transition-timing-function: ease-in;
}
Expand Down

0 comments on commit 5fb0cd5

Please sign in to comment.