processing / processing/p5.js-web-editor
Add smooth open / close animation to the console
Open
@ecxtacy is already working on this.
Since Oct 19, 2023.
Area: Design
Enhancement
Needs Discussion
- Dominant language
- JavaScript
- Stars
- 1.7k
- Forks
- 1.7k
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 8
Description
Increasing Access
This feature would improve the UX of the editor. I noticed that the opening and closing of the console is instantaneous. A smooth effect while open and close would be pleasing for the users.
This is the current opening and closing of the console
Feature enhancement details
This feature implementation is quite straightforward. The console height is changing when its opened or closed, therefore adding a simple CSS transition property to the pane would be sufficient to create a smooth animation.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.