Config Options
Changing swap animations.
Swapy has three types of animations: dynamic (default), spring, and none.
createSwapy(container, {
animation: 'dynamic'
})
createSwapy(container, {
animation: 'spring'
})
createSwapy(container, {
animation: 'none'
})