docs: fix typo in animations doc (#30457)

PR Close #30457
This commit is contained in:
TwoDCube 2019-05-14 20:18:40 +02:00 committed by Jason Aden
parent 0051ddf0f3
commit 79903b1842
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ The third argument, `easing`, controls how the animation [accelerates and decele
* Run for 200ms, with no delay. Use a standard curve to start slow, accelerate in the middle, and then decelerate slowly at the end: `'0.2s ease-in-out'`
* Start immediately, run for 200ms. Use a acceleration curve to start slow and end at full velocity: `'0.2s ease-in'`
* Start immediately, run for 200ms. Use an acceleration curve to start slow and end at full velocity: `'0.2s ease-in'`
<div class="alert is-helpful">