Kodi Community Forum

Full Version: How do I fix a image at the ending point of slide animation and size from zoom a
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to fix an image to the current location after the slide animation and size from zoom animation, how can I do it?

Start point: http://prntscr.com/9vl10s

End point: http://prntscr.com/9vl2by
(2016-01-27, 19:55)cibermen2 Wrote: [ -> ]I want to fix an image to the current location after the slide animation and size from zoom animation, how can I do it?

Start point: http://prntscr.com/9vl10s

End point: http://prntscr.com/9vl2by
Consider the end position as the coded position and animate it negative : start="-600,0" end="0,0" ... Same for zoom.
Isn't it going jump to the animation starting point?
(2016-01-28, 13:51)cibermen2 Wrote: [ -> ]Isn't it going jump to the animation starting point?

If you're not using pulse or depending the trigger you use with reversible="false" ... nope

http://kodi.wiki/view/Animating_your_skin
Did as you said and this happens: http://prntscr.com/9vwr1h -> http://prntscr.com/9vwrbg

If I put zoom start as negative, the image will be upside down, like this: http://prntscr.com/9vwrwb
(2016-01-28, 14:55)cibermen2 Wrote: [ -> ]Did as you said and this happens: http://prntscr.com/9vwr1h -> http://prntscr.com/9vwrbg

If I put zoom start as negative, the image will be upside down, like this: http://prntscr.com/9vwrwb

Meant negative < 100% , let's say start="75" end"100"
Sure, start="-75" will reverse picture Wink
Just use start="x,y,sizex,sizey" and same for the end position. Experiment with the center pos maybe or set it to auto or leave it out.. cannot remember.

X,y is the image position on screen.

Hmm.. OP is not asking about how to achieve the animation. Just the fixed end. Sorry. My answer has no relevance.