diff --git a/dist/index.js b/dist/index.js index 07a2ec93..39b62da7 100644 --- a/dist/index.js +++ b/dist/index.js @@ -401,7 +401,7 @@ var Swipeout = (0, _createReactClass2.default)({ }; var styleContentPos = { content: { - left: this._rubberBandEasing(posX, limit) + transform: [{ translateX: this._rubberBandEasing(posX, limit) }], } };