Skip to content
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.

Commit

Permalink
Migrate to framer-motion 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerpogo committed Apr 26, 2021
1 parent 362c087 commit 3e36797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/CharacterSpinner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import {
} from "react";
import SkippableDelay, { RightFloatSkippableDelay } from "./SkippableDelay";

const MotionBox = motion.custom(Box);
const MotionBox = motion(Box);

const WIDTH = 226;
const HEIGHT = 330;
Expand Down

0 comments on commit 3e36797

Please sign in to comment.