Skip to content

Commit

Permalink
Updating
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry committed Dec 8, 2023
1 parent 395a6e4 commit 03e7094
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/framer-motion-3d/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
"@react-three/test-renderer": "^9.0.0",
"@rollup/plugin-commonjs": "^22.0.1"
},
"gitHead": "43d2efad4e8b6b9e0148f45695402d2b1fc2b88e"
"gitHead": "d19ddfe7a56ccc372d6a6795eff3ce539eb39c41"
}
8 changes: 4 additions & 4 deletions packages/framer-motion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,28 +93,28 @@
},
{
"path": "./dist/size-rollup-dom-animation.js",
"maxSize": "15.1 kB"
"maxSize": "15.2 kB"
},
{
"path": "./dist/size-rollup-dom-max.js",
"maxSize": "26.5 kB"
},
{
"path": "./dist/size-rollup-animate.js",
"maxSize": "16.5 kB"
"maxSize": "16.52 kB"
},
{
"path": "./dist/size-webpack-m.js",
"maxSize": "5.45 kB"
},
{
"path": "./dist/size-webpack-dom-animation.js",
"maxSize": "19.7 kB"
"maxSize": "19.75 kB"
},
{
"path": "./dist/size-webpack-dom-max.js",
"maxSize": "31.8 kB"
}
],
"gitHead": "43d2efad4e8b6b9e0148f45695402d2b1fc2b88e"
"gitHead": "d19ddfe7a56ccc372d6a6795eff3ce539eb39c41"
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export function handoffOptimizedAppearAnimation(
const { animation, startTime } = optimisedAnimation

const cancelAnimation = () => {
appearAnimationStore.delete(storeId)
try {
animation.cancel()
} catch (error) {}
Expand Down

0 comments on commit 03e7094

Please sign in to comment.