mikoskinen/Blazor.Animate

Cant apply Easing

barri1557 opened this issue · 1 comments

Can't compile, error: EaseOutEasing is a 'type', which is not valid in the given context.

So how do I apply the property?

Here's an example:

<Animate Animation="Animations.ZoomIn" Easing="Easings.EaseInOutBack" Duration="TimeSpan.FromSeconds(0.5)" Delay="TimeSpan.FromSeconds(1)">
    <Counter></Counter>
</Animate>

I'll update the samples or the readme so that they include a sample of using an easing.