Skip to content

Commit 5498de4

Browse files
authored
Merge pull request #565 from r2d2rigo/patch-5
Fixed typo in animation-settings.md
2 parents 3597bf9 + f7cb8e5 commit 5498de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/animation-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ This section describes how `Animation` playback can be customized.
5555
| `QuinticEaseIn`<br/><img src={QuinticEaseInScreenshot} alt=""/> | `QuinticEaseOut`<br/><img src={QuinticEaseOutScreenshot} alt=""/> | `QuinticEaseInOut`<br/><img src={QuinticEaseInOutScreenshot} alt=""/> |
5656
| `ExponentialEaseIn`<br/><img src={ExponentialEaseInScreenshot} alt=""/> | `ExponentialEaseOut`<br/><img src={ExponentialEaseOutScreenshot} alt=""/> | `ExponentialEaseInOut`<br/><img src={ExponentialEaseInOutScreenshot} alt=""/> |
5757
| `CircularEaseIn`<br/><img src={CircularEaseInScreenshot} alt=""/> | `CircularEaseOut`<br/><img src={CircularEaseOutScreenshot} alt=""/> | `CircularEaseInOut`<br/><img src={CircularEaseInOutScreenshot} alt=""/> |
58-
| `BackEaseIn`<br/><img src={BackEaseInScreenshot} alt=""/> | `BackEaseOut`<br/><img src={BackEaseOutScreenshot} alt=""/> | `BackEaseInInOut`<br/><img src={BackEaseInOutScreenshot} alt=""/> |
58+
| `BackEaseIn`<br/><img src={BackEaseInScreenshot} alt=""/> | `BackEaseOut`<br/><img src={BackEaseOutScreenshot} alt=""/> | `BackEaseInOut`<br/><img src={BackEaseInOutScreenshot} alt=""/> |
5959
| `ElasticEaseIn`<br/><img src={ElasticEaseInScreenshot} alt=""/> | `ElasticEaseOut`<br/><img src={ElasticEaseOutScreenshot} alt=""/> | `ElasticEaseInOut`<br/><img src={ElasticEaseInOutScreenshot} alt=""/> |
6060
| `BounceEaseIn`<br/><img src={BounceEaseInScreenshot} alt=""/> | `BounceEaseOut`<br/><img src={BounceEaseOutScreenshot} alt=""/> | `BounceEaseInOut`<br/><img src={BounceEaseInOutScreenshot} alt=""/> |
6161

0 commit comments

Comments
 (0)