-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Framer Motion: IE11 Issues #278
Comments
The main component we rely on Framer Motion for (at the moment) is Collapsible. https://gist.github.com/ItsJonQ/31c470eb64cbce3762db19dd7841206e Not impossible.. it's just very manual (not to mention direct imperative DOM style manipulation is required) |
Refactoring |
Current working branch: |
Have you seen motiondivision/motion#781? I don't think that's made it into their docs yet. |
@stokesman I have! I found it when I was reading their much larger issue: I could give this a shot 🙏 . Although, we'd have to figure out polyfills still (since they aren't providing them).. and something to do with code splitting? |
Looks like Framer Motion is causing IE11 rendering issues:
WordPress/gutenberg#28249
We currently don't use it in many places.. Collapsible is the only one that comes to mind (and Navigator 🙈 )
In that sense, we could remove it 🤔
It would be a shame to lose this library for future animation work.
React Spring is compatible with IE11:
pmndrs/react-spring#552 (comment)
It looks like we're already using it in Gutenberg:
https://github.com/WordPress/gutenberg/blob/da8555d258edbe676fa079fb51252f918ae032e1/packages/block-editor/src/components/block-navigation/leaf.js
The text was updated successfully, but these errors were encountered: