Skip navigation.
 
mlRe: CoreAnimation and Filters
FROM : Dmitri Goutnik
DATE : Thu May 29 21:53:17 2008

On May 29, 2008, at 11:32 PM, Joachim Deelen wrote:

> The Animation of the Filter is working fine. The ZoomBlur gets 
> animated from 20.0 to 0.0 in 1.8 seconds. But as soon as the 
> animation has finished, the Value for the filter instantly drops 
> back to 20.0. I've tried different "fillModes" but to no avail. I 
> just want to animate the Value "inputAmount" from 20.0 to 0.0 and 
> make it stay at 0.0 after the animation has finished....
>



Joachim,

Try to set
zoomOutAnimation.removedOnCompletion = NO;

- Dmitri

Related mailsAuthorDate
mlCoreAnimation and Filters Joachim Deelen May 29, 21:32
mlRe: CoreAnimation and Filters Dmitri Goutnik May 29, 21:53
mlRe: CoreAnimation and Filters Joachim Deelen May 29, 22:12