From 1c256ca94cc77116ef0de515a481beab5be15124 Mon Sep 17 00:00:00 2001 From: Laurens Loots Date: Mon, 31 Oct 2022 20:24:42 +0100 Subject: [PATCH] Fixed SortAnimation example --- examples/src/content/Plugins/SortAnimation/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/src/content/Plugins/SortAnimation/index.js b/examples/src/content/Plugins/SortAnimation/index.js index d6d9345b..feb095c1 100644 --- a/examples/src/content/Plugins/SortAnimation/index.js +++ b/examples/src/content/Plugins/SortAnimation/index.js @@ -14,7 +14,7 @@ export default function SortAnimation() { constrainDimensions: true, }, plugins: [Plugins.SortAnimation], - swapAnimation: { + sortAnimation: { duration: 200, easingFunction: 'ease-in-out', },