Skip to content

Commit

Permalink
Update readme about durations
Browse files Browse the repository at this point in the history
  • Loading branch information
pskd73 committed Dec 21, 2023
1 parent 504faf9 commit 52fe0da
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
1 change: 1 addition & 0 deletions packages/library/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export const Example: React.FC = () => {
rotate: [45, 0],
hideLoading: false,
refRange: [0, 100], // can be any length and all other properties should also be of same length
durations: [40, 50] // using this you can control for how long each part should animate in frames
};

return (
Expand Down
2 changes: 1 addition & 1 deletion packages/library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remotion-animate-text",
"version": "1.0.4",
"version": "1.0.5",
"description": "A remotion package to animate text",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
8 changes: 0 additions & 8 deletions packages/library/src/use-current-second.ts

This file was deleted.

0 comments on commit 52fe0da

Please sign in to comment.