Prevents the need to apply CSS to use keepMounted by default
Styling animations is now the same as conditional rendering, so it's overall more consistent. They need to use [data-entering] and wait 1 frame as well, once hidden gets removed on open
inert is no longer necessary for these components
Fixes anchor positioning performance for keepMounted components, both on initial mount and for the lifetime of the mount
Popup animations: https://deploy-preview-815--base-ui.netlify.app/experiments/tooltip
keepMounted
by default[data-entering]
and wait 1 frame as well, oncehidden
gets removed on openinert
is no longer necessary for these componentskeepMounted
components, both on initial mount and for the lifetime of the mount