dascritch / cpu-audio

An audio WebComponent to provide timecoded links and other features to an audio tag
https://dascritch.github.io/cpu-audio/
GNU Lesser General Public License v3.0
24 stars 2 forks source link

Make panels unfoldable or scrollable #75

Closed dascritch closed 2 years ago

dascritch commented 5 years ago

On very long WebVTT files, do able via attributes to

dascritch commented 4 years ago

Or even, resizable ? https://spin.atomicobject.com/2019/11/21/creating-a-resizable-html-element/

dascritch commented 3 years ago

Scrollables elements inside scrollable elements (webpage) is a very bad idea.

Instead, we can use position:sticky, which is really easier and really mobile friendly. I think about a very long chapter panel, as in https://dascritch.net/post/2017/12/14/CPU-Ex0069-Bonsoir-%C3%A0-vous%2C-entre-IA%2C-p%C3%A9riph%C3%A9riques-et-adultes-consentants The main difficult task will be to not display panels under the main element, but still keeping semi-transparent capabilities

Unfoldable may still be interesting, but should be done only for a theme, I believe.

dascritch commented 2 years ago

May be the best way is to declare panels as <details><summary> ?