uias / Tabman

™️ A powerful paging view controller with interactive indicator bars
https://uias.github.io/Tabman
MIT License
2.84k stars 235 forks source link

[Feature] non transition style #600

Closed sugitatestblue closed 1 year ago

sugitatestblue commented 2 years ago

New Issue Checklist

Issue Description

Transition should set only them. I don't want any animation.

        public enum Style: String {
            case push
            case fade
            case moveIn
            case reveal
        }

Other useful things

add none


        public enum Style: String {
            case none
            case push
            case fade
            case moveIn
            case reveal
        }
msaps commented 1 year ago

@sugitatestblue calling scrollToPage({page}, animated: false} will result in a non-animated transition