transition disabling in views
#1
Hello mcborzu ,

Just a quick question.

for disabling the cover transition in movies (for files-viewtype, animation while scrolling the list).

you've to delete the bolt part of this:

Quote:<control type="group">
<include>Animation_Viewtype_Files_RightArea</include>
<include>Animation_HiddenByInfo</include>
<visible>Container.Content(movies) + Control.IsVisible(55)</visible>
<control type="image">
<posx>790</posx>
<posy>-26</posy>
<width>512</width>
<height>770</height>
<aspectratio align="center" aligny="center">stretch</aspectratio>
<texture background="true" diffuse="list/big_list_diffuse.png">$INFO[ListItem.Icon]</texture>
<bordertexture border="28">osd/paused_glow1.png</bordertexture>
<fadetime>400</fadetime>
<bordersize>28</bordersize>
</control>
<control type="image">
<posx>790</posx>
<posy>-26</posy>
<width>512</width>
<height>770</height>
<aspectratio align="center" aligny="center">stretch</aspectratio>
<texture background="true" diffuse="list/big_list_diffuse.png">$INFO[ListItem(-1).Icon]</texture>
<bordertexture border="28">osd/paused_glow1.png</bordertexture>
<fadetime>400</fadetime>
<bordersize>28</bordersize>
<animation type="Hidden">
<effect type="zoom" time="400" center="1040,600" start="100" end="180" tween="cubic" easing="in" />
<effect type="fade" time="400" center="1240,600" start="100" end="0" />
</animation>
<visible>Container(55).OnNext</visible>
</control>
<control type="image">
<posx>790</posx>
<posy>-26</posy>
<width>512</width>
<height>770</height>
<aspectratio align="center" aligny="center">stretch</aspectratio>
<texture background="true" diffuse="list/big_list_diffuse.png">$INFO[ListItem(1).Icon]</texture>
<bordertexture border="28">osd/paused_glow1.png</bordertexture>
<fadetime>400</fadetime>
<bordersize>28</bordersize>
<animation type="Hidden">
<effect type="zoom" time="400" center="1040,600" start="100" end="180" tween="cubic" easing="in" />
<effect type="fade" time="400" center="1240,600" start="100" end="0" />
</animation>
<visible>Container(55).OnPrevious</visible>
</control>


Could you just tell me which part I've to delete, for disabling the transition in these:

Movies:
*Panel-View
*Showcase
*16x9


TVshows:
*Files
*16x9
*PannerPanel


I tried it on my own, but could not handle this.
Hope you may help me with my problem. Big Grin

Best Regards,
ubuntuf4n
Reply
#2
If you mean focus animation. just delete the animation code inside <focuslayout>
Image

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Reply
#3
no :-) , i mean the effect when you scroll trough your list and the cover / banner / poster is making a transition-effect (an animation, like zoom-out & zoom-in ).
Reply
#4
Are you talking about the little zoomish animation from where you go from "Big Trouble in Little China" to "Bill & Teds"

Image
Image

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Reply
#5
yes thats it.

I need to disable the animation of the covers for these views:

Movies:
*Panel-View
*Showcase
*16x9

TVshows:
*Files
*16x9
*PannerPanel

Hope you can tell me which code I have to delete.
Reply
#6
Yes, in between of the <focusedlayout> tags you'll see blocks of code like so:
PHP Code:
<animation type="Focus" reversible="false">
                        <
effect type="zoom" center="160,238" start="81" end="100" time="400" tween="back" easing="out" />
                    </
animation

Either play with the ="xx" values or delete the animation code...
Image

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Reply

Logout Mark Read Team Forum Stats Members Help
transition disabling in views0