My current home

My current home

Using toggle scripts for visible 1/0

I love LL

Thank you Pierre Hébert​ TrianguloY​ Lukas Morawietz​

]]>

3 Commentsto My current home

  1. Anonymous says:

    < ![CDATA[

    Now you master the 1/0 toggle, what about going to the 1~0 fading? 😉


    Instead of make the items appear/disappear instantly, you can make them to fade in/out.



    It is very simple:


    Leave the variable toggles as they are.


    In the visibility property, instead of “$var” write “animate(‘$var’,1000)!=0”


    In the transparency property write “animate(‘$var’,1000)*255”



    The 1000 is the animation time, you can change it but make sure that it is the same for the two properties in every item (between items it can vary if you want). Another idea is to make a variable with that value and use it instead (this will allow you to change it easily)

    ]]>

  2. Anonymous says:

    < ![CDATA[

    TrianguloY good idea 🙂


    Thank you , I’ll try this evening

    ]]>

  3. Anonymous says:

    < ![CDATA[

    TrianguloY it’s very nice .Thank you for the tip

    ]]>

Leave a Reply

Your email address will not be published. Required fields are marked *