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
Similar to how modal is handling animation, we can use transitionstart and transitionend to support CSS transition. This is suitable for those who prefer to animate using CSS transition.
🤔 Expected Behavior?
data-entering and data-exiting can also be tied to CSS transition, or a pair of new data attributes if clarification is needed.
😯 Current Behavior
Devs can only style modal through animation.
💁 Possible Solution
No response
🔦 Context
I was writing a small helper to style Tooltip using CSS transition, and wondered if it should be included in the core. Since it's aligned with the existing support for animation, maybe it's reasonable to have it built-in too.
💻 Examples
No response
🧢 Your Company/Team
No response
🕷 Tracking Issue
No response
The text was updated successfully, but these errors were encountered:
The team thinks that managing transitions would be a pretty large undertaking, perhaps an external library could help with this? We haven't looked into this yet so it would take some investigation.
Provide a general summary of the feature here
Similar to how modal is handling animation, we can use
transitionstart
andtransitionend
to support CSS transition. This is suitable for those who prefer to animate using CSS transition.🤔 Expected Behavior?
data-entering
anddata-exiting
can also be tied to CSS transition, or a pair of new data attributes if clarification is needed.😯 Current Behavior
Devs can only style modal through animation.
💁 Possible Solution
No response
🔦 Context
I was writing a small helper to style
Tooltip
using CSS transition, and wondered if it should be included in the core. Since it's aligned with the existing support for animation, maybe it's reasonable to have it built-in too.💻 Examples
No response
🧢 Your Company/Team
No response
🕷 Tracking Issue
No response
The text was updated successfully, but these errors were encountered: