-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add proper opening/opened/closing/closed events & fix events docs #1914
Conversation
d5e95a7
to
8225e17
Compare
|
||
.fade-leave-active, | ||
.fade-enter-active { | ||
position: absolute; | ||
top: 0; | ||
left: 0; | ||
width: 100%; | ||
transition-duration: var(--animation-quick); | ||
transition-property: opacity; | ||
opacity: $opacity_full; | ||
} | ||
|
||
.fade-enter, | ||
.fade-leave-to { | ||
opacity: 0; | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed unused transition
/backport to stable3 |
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
8225e17
to
a157547
Compare
Fix eslint |
@skjnldsv Wanna use this PR to also submit the event for closing the title edit (#1288 (comment))? |
Not really, I don't know the planned outcome nor usage of this one, so I figured I wanted to stay safe and not dive into too much as I'm already drowning 😅 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice 👍
Because sometimes we need to wait for the sidebar to really be opened, let's add proper events.
Will help fix viewer tests that waits for the Sidebar to finish open
Example (animation duration changed for this screencast)
![Peek 03-05-2021 15-20](https://user-images.githubusercontent.com/14975046/116881265-554eea00-ac23-11eb-82b3-2a8794eebded.gif)