Only set frameState.animate true if in transition and alpha < 1

This commit is contained in:
Tim Schaub
2019-08-15 10:25:05 -06:00
parent 2c69ad2bb4
commit e94c7b6c39
3 changed files with 75 additions and 3 deletions

View File

@@ -203,6 +203,7 @@ describe('ol.Map', function() {
target: target,
layers: [
new TileLayer({
opacity: 0.5,
source: new XYZ({
url: 'spec/ol/data/osm-{z}-{x}-{y}.png'
})