diff --git a/src/index.js b/src/index.js index 10bc457b..16ecc44b 100644 --- a/src/index.js +++ b/src/index.js @@ -368,7 +368,7 @@ const Swipeout = createReactClass({ }; var styleContentPos = { content: { - left: this._rubberBandEasing(posX, limit), + transform: [{ translateX: this._rubberBandEasing(posX, limit) }], }, };