Skip to content

Commit

Permalink
easy language
Browse files Browse the repository at this point in the history
  • Loading branch information
gobinda-das-dev authored Apr 25, 2024
1 parent a2c5db6 commit d7af47a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ Totty.animateSvg("#curve", {
| | *animateSvg* | | |
| -------------------- | -------------------- | --------------------------------- | ------------------------------------------------- |
| Property | Type | Default | Description |
| `ease` | `string` | `elastic.out(1,0.3)` | Out ease that gives it a elestic effet. |
| `duration` | `number` | `2` | Duration at of out ease. |
| `offsetLeft` | `number` | `0` | Distance from left. |
| `offsetRight` | `number` | `0` | Distance from right. |
| `ease` | `string` | `elastic.out(1,0.3)` | Ease that gives it a elestic effet. |
| `duration` | `number` | `2` | Duration of ease. |
| `offsetLeft` | `number` | `0` | Distance from left (respective to SVG). |
| `offsetRight` | `number` | `0` | Distance from right (respective to SVG). |
| `xMultiplier` | `number` | `1` | Left and right movement multliplier. |
| `yMultiplier` | `number` | `1` | Top and bottom movement multiplier. |

0 comments on commit d7af47a

Please sign in to comment.