You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/Plugins/SortAnimation/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,11 @@ The sort animation plugin currently only works with `Sortable`. It adds sort ani
4
4
and animates all sorted elements via `translate3d`. It is currently possible to change the duration and
5
5
the easing function of the animation.
6
6
7
-
It different with (SwapAnimation)[https://github.com/Shopify/draggable/tree/master/src/Plugins/SwapAnimation] plugin because SwapAnimation only support horizontal or vertical layout.
7
+
It different with [SwapAnimation](https://github.com/Shopify/draggable/tree/master/src/Plugins/SwapAnimation) plugin because SwapAnimation only support horizontal or vertical layout.
8
8
9
9
This plugin is not included by default, so make sure to import it before using.
10
10
11
-
**NOTE**: Don't use this plugin with (SwapAnimation)[https://github.com/Shopify/draggable/tree/master/src/Plugins/SwapAnimation] plugin to avoid conflict.
11
+
**NOTE**: Don't use this plugin with [SwapAnimation](https://github.com/Shopify/draggable/tree/master/src/Plugins/SwapAnimation) plugin to avoid conflict.
0 commit comments