@egjs/flicking 4.11.5-beta.2 → 4.11.5-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,7 +4,7 @@ name: @egjs/flicking
4
4
  license: MIT
5
5
  author: NAVER Corp.
6
6
  repository: https://github.com/naver/egjs-flicking
7
- version: 4.11.5-beta.2
7
+ version: 4.11.5-beta.3
8
8
  */
9
9
  (function (global, factory) {
10
10
  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
@@ -7933,6 +7933,7 @@ version: 4.11.5-beta.2
7933
7933
  var _this = this;
7934
7934
  var _b = (_a === void 0 ? {} : _a).align,
7935
7935
  align = _b === void 0 ? ALIGN.CENTER : _b;
7936
+ this._lookedOffset = 0;
7936
7937
  this._checkTranslateSupport = function () {
7937
7938
  var e_1, _a;
7938
7939
  var transforms = ["webkitTransform", "msTransform", "MozTransform", "OTransform", "transform"];
@@ -8568,6 +8569,7 @@ version: 4.11.5-beta.2
8568
8569
  };
8569
8570
  __proto._resetInternalValues = function () {
8570
8571
  this._position = 0;
8572
+ this._lookedOffset = 0;
8571
8573
  this._alignPos = 0;
8572
8574
  this._offset = 0;
8573
8575
  this._circularOffset = 0;
@@ -12962,7 +12964,7 @@ version: 4.11.5-beta.2
12962
12964
  * Flicking.VERSION; // ex) 4.0.0
12963
12965
  * ```
12964
12966
  */
12965
- Flicking.VERSION = "4.11.5-beta.2";
12967
+ Flicking.VERSION = "4.11.5-beta.3";
12966
12968
  return Flicking;
12967
12969
  }(Component);
12968
12970