i can set layer visible or invisible
but its possible to set layer smoothly fade from opacity 0 to 100?
Develop games in your browser. Powerful, performant & highly capable.
Yes, see example below. You need to use the layeropacity system expression to get the current opacity of the layer and then set it to:
layeropacity+percentage of opacity per second*dt every tick.
https://www.dropbox.com/s/jtqpq5cksqk53 ... .capx?dl=1