Skip to content
This repository has been archived by the owner on Aug 13, 2021. It is now read-only.

Add repeat APIs to Tween #116

Closed
jverkoey opened this issue Apr 25, 2017 · 0 comments
Closed

Add repeat APIs to Tween #116

jverkoey opened this issue Apr 25, 2017 · 0 comments
Assignees

Comments

@jverkoey
Copy link
Contributor

Tween does not currently support repeating animations. We'd like to add the following properties to Tween:

  • repeatCount: ReactiveProperty<CGFloat> default: 0
  • repeatDuration: ReactiveProperty<CGFloat> default: 0
  • autoreverses: ReactiveProperty<Bool> default: false

The Core Animation tween system should map these reactive properties to the animations it emits.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants