Matt

now browsing by tag

 
 

Is it possible to use something like setInterval in a script?

Is it possible to use something like setInterval in a script? I’ve been trying to create a simple animation that fades text transparency from 0 to 255 every second. It would seem that setInterval is the best way to do this, but I have been receiving an error. Here’s my code:

i=”0″;

function setI(i){

if(i=”0″){i=”255″}

else if(i=”255″){i=”0″};

return animate(i);}

setInterval(setI(),1000);

]]>

Hello!

Hello! Also posted in Lightning Launcher Users, not sure which is the correct community for this type of question. I have a custom app drawer built into a panel (actually a series of panels), that I can pull up or down from the main homescreen. As you can see in the third screenshot, when the contents reach the edge of the panel, they are immediately cut off. I’d like to implement a transparent gradient fade at the top and bottom of the panel so the the contents gracefully fade away as they approach the edges of the panel. My first thought would be to apply a transparent .png with an alpha channel as a mask. Is this possible?

]]>

Hello!

Hello! I have a custom app drawer built into a panel (actually a series of panels), that I can pull up or down from the main homescreen. As you can see in the third screenshot, when the contents reach the edge of the panel, they are immediately cut off. I’d like to implement a transparent gradient fade at the top and bottom of the panel so the the contents gracefully fade away as they approach the edges of the panel. My first thought would be to apply a transparent .png with an alpha channel as a mask. Is this possible?

Hello!

Hello! Amazing launcher! I’m just coming over from Nova. Not sure if this is a bug, or intentional functionality, but every tap on any item creates a black ripple effect. It appears to be the Material Design tap effect. I’m using a Nexus 6 with Marshmallow. I was unable to find any information via search. It’s not critical, but it is quite distracting from the overall experience of this fantastic application. Any help would be appreciated. Thanks!

]]>