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

Added time shift parameter #2

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

Commits on Jan 19, 2021

  1. Added time shift parameter

    Added a time shift parameter for each transition type (except dissolve): as if the transition had already been in progress for some time by the moment of its start.
    Updated test script to show new behaviour.
    MisterProper9000 committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    b57037a View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2021

  1. Added blinkContinuous function

    To fix typo in blink function and not affecting existing projects a blinkContinuous function was added.
    MisterProper9000 committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    3f5b0e5 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2021

  1. Configuration menu
    Copy the full SHA
    1fa22e7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from MisterProper9000/hotfix-blink

    Added blinkContinuous function
    MisterProper9000 authored Oct 31, 2021
    Configuration menu
    Copy the full SHA
    92d3ab7 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. Added onPause call in case of time shifted transition has delay

    To provide more natural behaviour onPause call was added in case if time shifted transition has delay. onPause called after one execution of object`s parameter recalculation which performs even if time shifted transition has delay and only after that thansition waits for delay ms. So there is some kind of pause happens.
    MisterProper9000 committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    6f16c20 View commit details
    Browse the repository at this point in the history