Closed sugitatestblue closed 2 years ago
Transition should set only them. I don't want any animation.
public enum Style: String { case push case fade case moveIn case reveal }
add none
public enum Style: String { case none case push case fade case moveIn case reveal }
@sugitatestblue calling scrollToPage({page}, animated: false} will result in a non-animated transition
scrollToPage({page}, animated: false}
New Issue Checklist
Issue Description
Transition should set only them. I don't want any animation.
Other useful things
add none