Skip to content

Commit

Permalink
πŸ’š Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
wcandillon committed Dec 17, 2021
1 parent bcc39b2 commit 65a3c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/animations/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import {
} from "@shopify/react-native-skia";

const myComponent = () => {
const progress = useTiming(1, { duration: 1000 });
const progress = useTiming({ from: 1, duration: 1000 });
return (
<Canvas>
<Rect
Expand Down

0 comments on commit 65a3c66

Please sign in to comment.