Fading Background Images

Hey guys,
I’ve got a set of 10 images that I want to swap through with a VAR trigger. I can get it to change images easily enough, but I would really like them to fade into each other. Right now I can only get them to fade IN, but not fade out. So the result when the VAR is tapped is the screen goes black instantly, then the next image fades in. I’d like to make this smooth.

Here’s what i’m using right now: $(#VAR_1#%11)==1?(interpAccel(#DNOW#-#VAR_1_T#, 0, 1000, 3)*100):0$

Any help would be much appreciated!

Thanks

1 Like

Hi this is how i would do it
$(#VAR_1#%11)==1?(interpAccel(#DNOW#-#VAR_1_T#, 0, 1000, 3)* 100):$$(#VAR_1#%11)==2?(100-(interpAccel(#DNOW#-#VAR_1_T#, 0, 1000, 3)* 100)):0$

Hope this helps

4 Likes

I used just this formula in one of my watches but Facer team said that nested conditionals with vars doesnt work in some wear os watches. I don’t know if they fixed the issue now…

1 Like

Thank you! This works beautifully!

this is what i’m doing with it

6 Likes

Very nice mate

1 Like

Awesome animation!

1 Like

Wonderful! I love the birds and the colours are great!

1 Like