flowkey / UIKit-cross-platform

Cross-platform Swift implementation of UIKit, mostly for Android
MIT License
600 stars 40 forks source link

Implement CATranslation.setAnimationDuration() #184

Closed ephemer closed 6 years ago

ephemer commented 6 years ago

Type of change: feature

Motivation

On iOS it's possible to set the animation duration for any implicit animations created on layer change. We want to be able to use this feature too.