Skip to content

Instantly share code, notes, and snippets.

@Arrlindii
Created December 6, 2019 22:18
Show Gist options
  • Select an option

  • Save Arrlindii/1dca580f0ce34cf82f5dd82311cf6909 to your computer and use it in GitHub Desktop.

Select an option

Save Arrlindii/1dca580f0ce34cf82f5dd82311cf6909 to your computer and use it in GitHub Desktop.
var animatableData: AnimatablePair<Double, CGFloat> {
get {return AnimatablePair(petalCount, scale)}
set {
petalCount = newValue.first
scale = newValue.second
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment