Skip to content

Commit

Permalink
Exporting Framesync functions
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry committed Jan 10, 2023
1 parent ceec886 commit 9dd89fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/framer-motion/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ export * from "./utils/distance"
export { mix } from "./utils/mix"
export { pipe } from "./utils/pipe"
export { wrap } from "./utils/wrap"
export { sync } from "./frameloop"
export { frameData } from "./frameloop/data"

/**
* Appear animations
Expand Down

0 comments on commit 9dd89fa

Please sign in to comment.