Hello, I need help with an animation problem. I use 3 images that slowly merge into each other. All 3 images may be visible at the same time but never invisible at the same time. So I have tried to delay every single fading process. Despite this, very often none of the pictures can be seen. what am I doing wrong?
I have tried the following…
Image1: $#DWE#>1?(100*(sin(((#DWE#-(floor(#DWE#))) * 1.5 * pi)))):0$
Image2: $#DWE#>2?(100*(sin(((#DWE#-(floor(#DWE#))) * 1.5 * pi)))):0$
Image3: $#DWE#>3?(100*(sin(((#DWE#-(floor(#DWE#))) * 1.5 * pi)))):0$
Greets