Skip to content
This repository was archived by the owner on Sep 16, 2020. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix for #274
  • Loading branch information
westcode committed Aug 2, 2018
commit b13ffecdbf64e3d86bedafb4c16ca7554231bd99
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ var Swipeout = (0, _createReactClass2.default)({
};
var styleContentPos = {
content: {
left: this._rubberBandEasing(posX, limit)
transform: [{ translateX: this._rubberBandEasing(posX, limit) }],
}
};

Expand Down