KenBurns
KenBurns copied to clipboard
Swift 5 deprecates tuple shuffling
In KenBurns.swift the definition: public typealias DurationRange = (max: Double, min: Double)
has the order of the tuple arguments in the opposite order to where DurationRange is used in the code