Skip to content

Commit

Permalink
Merge pull request #1 from JonnyBurger/patch-1
Browse files Browse the repository at this point in the history
Remove `useCurrentSecond()` reference
  • Loading branch information
pskd73 authored Dec 8, 2023
2 parents 85b7fbc + 361c26f commit 504faf9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/library/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ import { AnimatedText } from "remotion-animate-text";
import { AbsoluteFill } from "remotion";

export const Example: React.FC = () => {
const second = useCurrentSecond();

const animation = {
delimiter: "",
opacity: [0, 1],
Expand Down

0 comments on commit 504faf9

Please sign in to comment.