Kodi Community Forum

Full Version: zoom in effect and hopefully zoom out
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i have applied an animation effect to a widget.  
it is the animation example for zoom taken from kodi wiki.  

<animation effect="zoom" end="120" center="360,288" time="200">Focus</animation>  
  
so when i focus on the widget it zooms in - but when i come off the widget the zoom effect is still applied to the widget, is there a way/method so when i come off the widget the widget goes back to the way it was, prior to the effect.  
any help much appreciated.
UnFocus.
hi - and thanks for the reply - could you give a little more insight/info please, i get where your going with UnFocus but im a little unsure on how to implement it.
xml:
<animation effect="zoom" start="100" end="120" center="360,288" time="200">Focus</animation>
<animation effect="zoom" start="120" end="100" center="360,288" time="200">UnFocus</animation>
thanks - your a star