tabvengers / spicy-sections

Creative Commons Zero v1.0 Universal
128 stars 10 forks source link

Proposing a `toggle` event #62

Open fimion opened 2 years ago

fimion commented 2 years ago

This is a suggestion of a toggle event for spicy-sections that would actually be dispatched by the triggering label element and would bubble.

This would allow for listening for toggled changes from the user without having to add listeners for clicks and keyup/down events. This proposal is due to the fact i'm trying to apply transitions/animations and I need to have an in between state when hiding a section.

I know this isn't very detailed, but i hope to have a real world example in a couple of days.