R
Ralf Ziller
The documentation for the animation behaviors is rather unclear.
There are three properties per axis (FromX, FromY, ToX, ToY, ByX, ByY).
If I create a ScaleEffect I see that the From properties get set to 0, the
By to 100 and To to 1.
This creates an animation where the Shape fades out.
When I set From explicitely to 0 I get no fadeout although all parameters
stay the same. So Powerpoint seems to keep track if those parameters have
been set.
Is there a way for me to actually see this difference. I want to know if the
0 I see is actually set as 0 or is just the default value which does have no
impact on the animation at all?
Or are my observations completely false (what I would hope)?
I used the sample code on
http://msdn2.microsoft.com/en-us/library/aa201404(office.10).aspx
for testing.
Thanks,
Ralf
There are three properties per axis (FromX, FromY, ToX, ToY, ByX, ByY).
If I create a ScaleEffect I see that the From properties get set to 0, the
By to 100 and To to 1.
This creates an animation where the Shape fades out.
When I set From explicitely to 0 I get no fadeout although all parameters
stay the same. So Powerpoint seems to keep track if those parameters have
been set.
Is there a way for me to actually see this difference. I want to know if the
0 I see is actually set as 0 or is just the default value which does have no
impact on the animation at all?
Or are my observations completely false (what I would hope)?
I used the sample code on
http://msdn2.microsoft.com/en-us/library/aa201404(office.10).aspx
for testing.
Thanks,
Ralf