scenee / FloatingPanel

A clean and easy-to-use floating panel UI component for iOS
MIT License
5.61k stars 510 forks source link

Question about how to change the animation when displaying #608

Closed ogawa-ma closed 1 year ago

ogawa-ma commented 1 year ago

Is it possible to change the animation when displaying a modalview with fpc.addPanel(toParent: viewController, animated: true) to a left to right animation instead of a bottom to top animation? If so, could you please tell me how to do this?