Kodi Community Forum
zoom in effect and hopefully zoom out - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+--- Thread: zoom in effect and hopefully zoom out (/showthread.php?tid=337428)



zoom in effect and hopefully zoom out - udangaribaldi - 2018-11-12

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.


RE: zoom in effect and hopefully zoom out - Hitcher - 2018-11-12

UnFocus.


RE: zoom in effect and hopefully zoom out - udangaribaldi - 2018-11-12

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.


RE: zoom in effect and hopefully zoom out - Hitcher - 2018-11-12

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>



RE: zoom in effect and hopefully zoom out - udangaribaldi - 2018-11-12

thanks - your a star