Hello,
If I put any map layer, Bing's VETiledLayer, ArcGISTiledMapServiceLayer, etc.. at a < 1 alpha, such as 0.75, the map tiles load at the default (1.0) alpha upon zoom in and out and then the entire map layer suddenly dampens to the layer-set alpha. This is visually unappealing and quite jarring. Panning in new tiles does not do this, they correctly load with the layer's lessened alpha.
Is there a fix or work-around for this? In addition to setting the alpha on the layer, I have also tried using an alpha filter but I get the same jarring results. I do not want the "Map" component to be alpha'd, just the "map layer".
Here is the simple setup...
<ns:Map id="map" width="100%" height="100%" ........>
<ns:ArcGISTiledMapServiceLayer ..... alpha="0.75" />
Thank you for your help!