Back to 250 ms for the transition

This commit is contained in:
Tim Schaub
2017-09-25 21:43:40 -07:00
parent 8033e25663
commit 3161e5bbaf
4 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ describe('ol.Tile', function() {
it('sets a default transition', function() {
var coord = [0, 0, 0];
var tile = new ol.Tile(coord, ol.TileState.IDLE);
expect(tile.transition_).to.equal(275);
expect(tile.transition_).to.equal(250);
});
it('allows the transition to be set', function() {