@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
  'use strict';
10
10
 
@@ -3709,6 +3709,7 @@ var Camera = /*#__PURE__*/function () {
3709
3709
  var _this = this;
3710
3710
  var _b = (_a === void 0 ? {} : _a).align,
3711
3711
  align = _b === void 0 ? ALIGN.CENTER : _b;
3712
+ this._lookedOffset = 0;
3712
3713
  this._checkTranslateSupport = function () {
3713
3714
  var e_1, _a;
3714
3715
  var transforms = ["webkitTransform", "msTransform", "MozTransform", "OTransform", "transform"];
@@ -4344,6 +4345,7 @@ var Camera = /*#__PURE__*/function () {
4344
4345
  };
4345
4346
  __proto._resetInternalValues = function () {
4346
4347
  this._position = 0;
4348
+ this._lookedOffset = 0;
4347
4349
  this._alignPos = 0;
4348
4350
  this._offset = 0;
4349
4351
  this._circularOffset = 0;
@@ -7841,7 +7843,7 @@ var Flicking = /*#__PURE__*/function (_super) {
7841
7843
  * Flicking.VERSION; // ex) 4.0.0
7842
7844
  * ```
7843
7845
  */
7844
- Flicking.VERSION = "4.11.5-beta.2";
7846
+ Flicking.VERSION = "4.11.5-beta.3";
7845
7847
  return Flicking;
7846
7848
  }(Component);
7847
7849