Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cant apply Easing #9

Open
barri1557 opened this issue Mar 30, 2020 · 1 comment
Open

Cant apply Easing #9

barri1557 opened this issue Mar 30, 2020 · 1 comment

Comments

@barri1557
Copy link

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

So how do I apply the property?

@mikoskinen
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants