if (this.options.zoomAnimation && L.TileLayer && (layer instanceof L.TileLayer)) {
            this._tileLayersNum++;
            this._tileLayersToLoad++;
            layer.on('load', this._onTileLayerLoad, this);
        }