Skip to content

Commit

Permalink
Merge pull request #565 from r2d2rigo/patch-5
Browse files Browse the repository at this point in the history
Fixed typo in animation-settings.md
  • Loading branch information
maxkatz6 authored Oct 29, 2024
2 parents 3597bf9 + f7cb8e5 commit 5498de4
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 5498de4

Please sign in to comment.