Skip to content
Snippets Groups Projects
  1. Aug 06, 2022
  2. Aug 04, 2022
  3. Aug 03, 2022
    • Jerome Humbert's avatar
      Fix build (#40) · 722b62ec
      Jerome Humbert authored
      722b62ec
    • Gyrobifastigium's avatar
    • Alex Saveau's avatar
      Support running an animation N times (#19) · 6a871576
      Alex Saveau authored
      Remove `TweeningType` and split its functionalities between a new `RepeatCount`
      controlling the number of repeats of an animation on one hand, and
      `RepeatStrategy` controlling the way an animation restarts after a loop ended
      on the other hand. This allows more granular control on the type of playback.
      
      Remove the `tweening_type` parameter from `Tween<T>::new()` and replace it with
      builder methods `with_repeat_count()` and `with_repeat_strategy()`.
      
      Remove `is_looping()` from all tweenables, which was not implemented for most
      of them anyway.
      6a871576
  4. Jul 10, 2022
  5. Jun 14, 2022
  6. Jun 01, 2022
  7. May 31, 2022
  8. May 17, 2022
  9. May 14, 2022
    • Alex Saveau's avatar
      Add speed modifier (#22) · 454bcd00
      Alex Saveau authored
      It needs to be built-in because otherwise you have to completely recreate the animation to change the speed.
      454bcd00
  10. May 07, 2022
  11. Apr 24, 2022
  12. Apr 23, 2022
  13. Apr 16, 2022
  14. Mar 19, 2022
  15. Mar 05, 2022
  16. Feb 24, 2022
Loading