You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe. Describe the solution you'd like
I want to see transition effect of element by change boolean toggle on story knobs.
But I saw changing state of element without transition effect.
On Vue.js (in Nuxt.js).
I think DOM should update only attributes and variants when knobs changed on UI.
Now, it seems DOM re-rendered when knobs changed on UI (at some browser's dev-tool), so I couldn't see transition effect.
Are you able to assist bring the feature to reality?
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
I want to see transition effect of element by change boolean toggle on story knobs.
But I saw changing state of element without transition effect.
On Vue.js (in Nuxt.js).
MyComponent:
storybook.story:
Describe alternatives you've considered
I think DOM should update only attributes and variants when knobs changed on UI.
Now, it seems DOM re-rendered when knobs changed on UI (at some browser's dev-tool), so I couldn't see transition effect.
Are you able to assist bring the feature to reality?
No.
I'm sorry.
Versions
Additional context
N/A.
The text was updated successfully, but these errors were encountered: