Skip to content
Snippets Groups Projects
Unverified Commit 175c8b74 authored by Jerome Humbert's avatar Jerome Humbert Committed by GitHub
Browse files

Fix repeat mode broken after first iteration (#57)

Fix the repeat mode being broken after the first iteration due to
`AnimClock::progress()` reporting a progress greater than `1.`, which was
breaking the logic of `Tween` and `Lens`.

Also fix `Tween::rewind()` not restoring the original tween direction when
using a repeat strategy of `RepeatStrategy::MirroredRepeat`.

Fixes #42
parent fdc3eded
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment