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
The slide migration is high effort and high risk. The code has connections between JavaScript and DOM attributes that are tricky to read from motion components; there appears to a race condition to mitigate.
Also, the slide uses an integration with a third-party library Floating UI.
Fluent Eng flagged potential for regressions in Teams usage if we're not careful.
Fluent Eng would like a motion slot created, which adds to the level of effort.
Thus, returning this to the backlog pending re-evaluation of priorities and strategy.
createSlideStyles
generates CSS keyframes that is used inPopover
,MenuPopover
, and about a dozen components that import them:Move the opacity transition to a
Fade
instance.The text was updated successfully, but these errors were encountered: