Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ckifer committed Sep 9, 2024
1 parent d03b382 commit bc89a98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ const translatedStyle = translateStyle(style);
<td>onAnimationEnd</td>
<td>function</td>
<td>() => null</td>
<td>called when animation finished</td>
<td>called when animation is finished</td>
</tr>
<tr>
<td>attributeName</td>
Expand Down Expand Up @@ -227,7 +227,7 @@ const translatedStyle = translateStyle(style);
<td>leave</td>
<td>object</td>
<td>undefined</td>
<td>configure element appear animation</td>
<td>configure element exit animation</td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit bc89a98

Please sign in to comment.