Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable delay before animation starts as TimeInterval #61

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jul 6, 2021

  1. feat: enabe delay before animation starts

    Delay specified as TimeInterval enables user to delay start of animation, it was possible to call start() with asyncAfter but in case of applicationWillBecomeActive all animations would reset and start at the same time.
    mister-giga committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    0350d19 View commit details
    Browse the repository at this point in the history
  2. refactor: changed demo UI to use StackView, inserted delay slider

    Removed most of the constraints and inserted various horizontal StackViews inside vertical StackView for better readability and easier modifications. Also inserted delay slider to check new feature. That works via turning off and then on the switch or minimizing app and then opening again.
    mister-giga committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    d43661c View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2021

  1. Configuration menu
    Copy the full SHA
    f128a68 View commit details
    Browse the repository at this point in the history