feat: Improved UI motion design (#2310)

* feat: Improved UI motion design

* fix: Animation direction when screen placement causes context menu to be flipped
This commit is contained in:
Tom Moor
2021-07-12 11:57:17 -07:00
committed by GitHub
parent 5689d96cc4
commit 8e5a2b85c2
11 changed files with 203 additions and 62 deletions

3
app/utils/motion.js Normal file
View File

@@ -0,0 +1,3 @@
// @flow
import { domMax } from "framer-motion";
export default domMax;