@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
  import Component, { ComponentEvent } from '@egjs/component';
10
10
  import Axes, { PanInput } from '@egjs/axes';
@@ -3707,6 +3707,7 @@ var Camera = /*#__PURE__*/function () {
3707
3707
  var _this = this;
3708
3708
  var _b = (_a === void 0 ? {} : _a).align,
3709
3709
  align = _b === void 0 ? ALIGN.CENTER : _b;
3710
+ this._lookedOffset = 0;
3710
3711
  this._checkTranslateSupport = function () {
3711
3712
  var e_1, _a;
3712
3713
  var transforms = ["webkitTransform", "msTransform", "MozTransform", "OTransform", "transform"];
@@ -4342,6 +4343,7 @@ var Camera = /*#__PURE__*/function () {
4342
4343
  };
4343
4344
  __proto._resetInternalValues = function () {
4344
4345
  this._position = 0;
4346
+ this._lookedOffset = 0;
4345
4347
  this._alignPos = 0;
4346
4348
  this._offset = 0;
4347
4349
  this._circularOffset = 0;
@@ -7839,7 +7841,7 @@ var Flicking = /*#__PURE__*/function (_super) {
7839
7841
  * Flicking.VERSION; // ex) 4.0.0
7840
7842
  * ```
7841
7843
  */
7842
- Flicking.VERSION = "4.11.5-beta.2";
7844
+ Flicking.VERSION = "4.11.5-beta.3";
7843
7845
  return Flicking;
7844
7846
  }(Component);
7845
7847