joshdholtz / DeckUI

Swift DSL for writing slide decks in Xcode
MIT License
601 stars 27 forks source link

Disabled slide animation options. #2

Closed noppefoxwolf closed 1 year ago

noppefoxwolf commented 1 year ago

This change allows you to choose to disable slide animation.

Before After
Presenter(deck: self.deck, slideDirection: .horizontal) Presenter(deck: self.deck, slideDirection: .none)
CleanShot 2022-09-09 at 04 32 45 CleanShot 2022-09-09 at 04 33 11