Open 3lijah opened 5 months ago
2. Describe the bug
When calling an animate(HTMLElement, {opacity: [0, 1]}) function with opacity, the first few frames give a "Warning: Trying to set opacity property to invalid value!" message.
animate(HTMLElement, {opacity: [0, 1]})
Setting initial to false or any numeric value doesn't fix the issue.
initial
false
7. Environment details
I know this is super edge case, but I'm using a "browser" called Coherent Gameface: https://coherent-labs.com/products/coherent-gameface/
Note: This happens in v11.0.11+
2. Describe the bug
When calling an
animate(HTMLElement, {opacity: [0, 1]})
function with opacity, the first few frames give a "Warning: Trying to set opacity property to invalid value!" message.Setting
initial
tofalse
or any numeric value doesn't fix the issue.7. Environment details
I know this is super edge case, but I'm using a "browser" called Coherent Gameface: https://coherent-labs.com/products/coherent-gameface/
Note: This happens in v11.0.11+