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

.net transitions with WPF #11

Open
GoogleCodeExporter opened this issue Jul 16, 2015 · 0 comments
Open

.net transitions with WPF #11

GoogleCodeExporter opened this issue Jul 16, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Using transition on a WPF window, passing 'Window.Left' to transition.
2. I had a Invalid cast exception in 
getIntermediateValue(object start, object end, double dPercentage)
when casting 'end'
3. I corrected this fault by using Convert.toDouble()
4. But doesn't seem to work

What is the expected output? What do you see instead?
I would like to have a linear transition like in Winform. The WPF window 
doesn't move at all. The code for the transition is exactly the same as your 
main page:
Transition.run(main_window, "Left", 1000, new 
TransitionType_Deceleration(2000));

What version of the product are you using? On what operating system?
Last version 1.2, WIN64


Please provide any additional information below.
I tried with a Winform, it work pretty well.

Original issue reported on code.google.com by manzh...@gmail.com on 2 Jun 2014 at 5:31

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

No branches or pull requests

1 participant