Skip to content

Commit

Permalink
Fixed typo in animation-settings.md
Browse files Browse the repository at this point in the history
  • Loading branch information
r2d2rigo authored Oct 28, 2024
1 parent 3597bf9 commit f7cb8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/animation-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ This section describes how `Animation` playback can be customized.
| `QuinticEaseIn`<br/><img src={QuinticEaseInScreenshot} alt=""/> | `QuinticEaseOut`<br/><img src={QuinticEaseOutScreenshot} alt=""/> | `QuinticEaseInOut`<br/><img src={QuinticEaseInOutScreenshot} alt=""/> |
| `ExponentialEaseIn`<br/><img src={ExponentialEaseInScreenshot} alt=""/> | `ExponentialEaseOut`<br/><img src={ExponentialEaseOutScreenshot} alt=""/> | `ExponentialEaseInOut`<br/><img src={ExponentialEaseInOutScreenshot} alt=""/> |
| `CircularEaseIn`<br/><img src={CircularEaseInScreenshot} alt=""/> | `CircularEaseOut`<br/><img src={CircularEaseOutScreenshot} alt=""/> | `CircularEaseInOut`<br/><img src={CircularEaseInOutScreenshot} alt=""/> |
| `BackEaseIn`<br/><img src={BackEaseInScreenshot} alt=""/> | `BackEaseOut`<br/><img src={BackEaseOutScreenshot} alt=""/> | `BackEaseInInOut`<br/><img src={BackEaseInOutScreenshot} alt=""/> |
| `BackEaseIn`<br/><img src={BackEaseInScreenshot} alt=""/> | `BackEaseOut`<br/><img src={BackEaseOutScreenshot} alt=""/> | `BackEaseInOut`<br/><img src={BackEaseInOutScreenshot} alt=""/> |
| `ElasticEaseIn`<br/><img src={ElasticEaseInScreenshot} alt=""/> | `ElasticEaseOut`<br/><img src={ElasticEaseOutScreenshot} alt=""/> | `ElasticEaseInOut`<br/><img src={ElasticEaseInOutScreenshot} alt=""/> |
| `BounceEaseIn`<br/><img src={BounceEaseInScreenshot} alt=""/> | `BounceEaseOut`<br/><img src={BounceEaseOutScreenshot} alt=""/> | `BounceEaseInOut`<br/><img src={BounceEaseInOutScreenshot} alt=""/> |

Expand Down

0 comments on commit f7cb8e5

Please sign in to comment.