Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save Arrlindii/c8c792b74c4990ae0761cfe0b3075fb4 to your computer and use it in GitHub Desktop.
var animatableData: Double {
get {return endAngle.radians}
set {endAngle = Angle(radians: newValue)}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment