bestguy / sveltestrap

Bootstrap 4 & 5 components for Svelte
https://sveltestrap.js.org
MIT License
1.3k stars 180 forks source link

Disable transition (on Accordion) #526

Open siccovansas opened 1 year ago

siccovansas commented 1 year ago

It seems to me that it is currently impossible to easily disable transition of Sveltestrap components? I have two pages with the same <Accordion stayOpen>. When a user switches between those pages the Accordion slides open each time (you can also see this when switching back and forth to the Accordion component page). This can be distracting. Maybe I overlooked an easy way to disable these transitions? Or is there a more complex/hacky way to disable it?