0
votes
1answer
33 views
WPF 3.5 Easing Functions for Animations?
I know that there are some easing functions for silverlight and WPF 4.0 coming out.
But I really need some for my own project, and I cant seem to find any on the net (not for WPF …
0
votes
1answer
34 views
Visual State Manager VS Animations in WPF
Hi All,
There is a lot of talk about the simplicity of Visual States and the transitions between them in WPF/Silverlight.
I have the need to generate animations dynamically at ru …
0
votes
1answer
33 views
How to implement a SeriesInterpolate effect for a new Flash charting library?
I'm working with a hot new open-source Flash data visualization library (http://www.axiis.org) It doesn't (yet) have a series interpolation effect, like the Adobe Flash Charting l …
0
votes
2answers
91 views
Learning to create animations in C++
does anyone know where I can learn to create and manipulate animations in c++ for the purpose of game development?
0
votes
1answer
73 views
UIView iPhone SDK nested animations
Hello,
I would like to have a nested animation for my view.
I have one animation stop selector which gets called just fine:
[UIView setAnimationDidStopSelector:@selector(growAnima …
0
votes
0answers
65 views
Android multiple frame animations
Hi all.
I'm trying to concatenate two frame based animations. I've tried some approaches without success:
1.- I've tried to use an ImageView and change the backgroundResource whe …
0
votes
2answers
24 views
Bind Controls TO standalone animations
Hi,
i'm new to wpf and i'm try to learn something.
My problem is : i need to bind all that i want to a looping animation...
Example:
<Window x:Class="Window1"
xmlns="http://sc …
0
votes
1answer
183 views
How to make a XAML animation make the element disappear AFTER it has faded out
Thanks to the answer on this stackoverflow question I was able to get the following animation to work, so that when the value of my ViewModel property PageToolBarVisible causes the …
