Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio0694 authored Mar 30, 2019
1 parent 40557be commit 5a43ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ It is also possible to set an initial delay, and to wait for the animation to be
```C#
await MyControl.Animation(FrameworkLayer.Xaml)
.Opacity(0, 1, Easing.CircleEaseOut)
.Scale(1.2, 1, Easing.QuadratincEaseInOut)
.Scale(1.2, 1, Easing.QuadraticEaseInOut)
.Duration(500)
.Delay(250)
.StartAsync();
Expand Down

0 comments on commit 5a43ab2

Please sign in to comment.