calm / KenBurns

A little Swift utility that performs the Ken Burns effect on an image
http://calm.com/jobs
MIT License
30 stars 18 forks source link

Swift 5 deprecates tuple shuffling #21

Open 224XS opened 4 years ago

224XS commented 4 years ago

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