scrolling down a tall image or infographic
#1
Hello,

How do I build an image control so that it will slowly scroll from top to bottom.
- I do not know how tall the image will be
- does not need to start zoomed in at the top (I tried it and the rest of the image comes out black)

It is for basically displaying a tall image like this http://i.imgur.com/Qix5ASV.jpg
Reply
#2
If you know the dimensions you can add a slide animation.
Reply
#3
just for testing, I put "0,-2000" in "genre".

I verified it by trying it as a <label>$INFO[Container(53).ListItem.Genre]</label> on a button control.


but can't get it to work if put inside the end= with or without quotes. It acts as if there isn't anything in end=

Code:
                <control type="image" id="203">
                    <visible>Control.HasFocus(103)</visible>
                    <aspectratio aligny="center">keep</aspectratio>
                    <texture>$INFO[Container(53).ListItem.Art(poster)]</texture>
                    <animation type="Visible" reversible="true">
                        <effect type="zoom" end="150" center=0 time="1800" />
                        <effect type="slide" end="$INFO[Container(53).ListItem.Genre]"  delay="1800" time="1800" />
                    </animation>
                </control>

tips?
Reply
#4
"end=" has to be a integer value.
Main: Lancool II Mesh  - Ryzen 9 5900x - MSI x570 Unify - Zotac RTX 3080 AMP HOLO - 32GB Trident Z Neo 3600 CL16 -  EVO 960 M.2 250GB / EVO 940 250GB / MX100 512GB /  Crucial P1 2TB / WD Blue 3D Nand 2TB 
Sound: Saxx AS30 DSP - Beyer Dynamic Custom One Pro 
TV: Nvidia Shield 2019 Pro- Adalight 114x LEDs - Sony 65XG9505 - Kodi / Emby - Yamaha RX-V683 - Heco Victa 700/101/251a + Dynavoice Magic FX-4
Server: i3 Skylake - 8GB - OMV4 - 22TB Storage
Reply
#5
still doesn't work with 1998 on "year"

Code:
<effect type="slide" end=$INFO[Container(53).ListItem.year]  delay="1800" time="1800" />

I think you can't use $INFO[] as an attribute
Reply
#6
As I said, has to be a integer value. $INFO and $VAR won't work.
But you can use conditional includes or params (http://kodi.wiki/view/Skinning_Manual#Us...n_includes)
Main: Lancool II Mesh  - Ryzen 9 5900x - MSI x570 Unify - Zotac RTX 3080 AMP HOLO - 32GB Trident Z Neo 3600 CL16 -  EVO 960 M.2 250GB / EVO 940 250GB / MX100 512GB /  Crucial P1 2TB / WD Blue 3D Nand 2TB 
Sound: Saxx AS30 DSP - Beyer Dynamic Custom One Pro 
TV: Nvidia Shield 2019 Pro- Adalight 114x LEDs - Sony 65XG9505 - Kodi / Emby - Yamaha RX-V683 - Heco Victa 700/101/251a + Dynavoice Magic FX-4
Server: i3 Skylake - 8GB - OMV4 - 22TB Storage
Reply

Logout Mark Read Team Forum Stats Members Help
scrolling down a tall image or infographic0