To Reproduce (REQUIRED)
Hello
I want to control alpha of label attached gameobject.
But this code
go.set("#label", "color", vmath.vector4(1, 1, 1, 0))
html5(chrome)
windows 10
is not working in html5 ,but working on windows.
on the other hand this code
go.animate("#label", "color", go.PLAYBACK_LOOP_PINGPONG,
vmath.vector4(1,1,1,0), go.EASING_OUTSINE, 2)
is working html5 and windows.
But label component can’t set start alpha.
I want to tween alpha of label from 0 to 1 on html5.
This is bug?
or
my usage is something wrong?
Expected behaviour (REQUIRED)
Control alpha of label on html5.
Defold version (REQUIRED):
- Version [1.2.177]
Platforms (REQUIRED):
- Platforms: [Windows, HTML5]
- OS: [Windows 10,]
- Device: [desktop]