My current home
Posted by: pierrot | on October 8, 2015
My current home
Using toggle scripts for visible 1/0
I love LL
Thank you Pierre Hébert TrianguloY Lukas Morawietz
]]>Posted in | 3 Comments »
Tags:
« Is it possible to launch an app from a script ? (Previous Post)
(Next Post) What is the difference between Tap and Touch Event ? »
< ![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)
]]>
< ![CDATA[
TrianguloY good idea 🙂
Thank you , I’ll try this evening
]]>
< ![CDATA[
TrianguloY it’s very nice .Thank you for the tip
]]>