Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🚧 Add transition when toggling panel transitions
This currently has two problems: 1. It does not allow dropdowns from within the options to render lower than the boundaries. 2. It transitions the height from viewport height to 0, however all the actual panel option divs are shorter than that. This means there is a delay before the transition makes a visible change, and the speed is much faster than if it went from panel option div's height to 0. (2) is more of a nuisance and can be addressed by dynamically setting the max-height based on the containing div's scrollHeight, however (1) is the prevailing and blocking problem.
- Loading branch information