willowtreeapps / spruce-ios

Swift library for choreographing animations on the screen.
MIT License
3.44k stars 206 forks source link

Right to Left Sorting Not Working #110

Open hammas1993 opened 5 years ago

hammas1993 commented 5 years ago

I am trying to apply sort on tableview cells from right to left but not working

let sortFunction = LinearSortFunction(direction: .topToBottom, interObjectDelay: 0.2) table.spruce.animate([.fadeIn], sortFunction: sortFunction)