I have one question about performance thing.
I have some animated Views, that have internally many layers (8 layers), but only 4 are visible at once, other have opacity of 0.
I am just wondering, if the surface has opacity of 0, is it rendered or is it culled down?
And if it is rendered, where/how do I disable it (mark non-renderable) with if-check?
Thanks!