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

Adding functionality to set frame index directly #126

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

Commits on Dec 1, 2019

  1. Added 'currentFrameIndex' and 'setFrameHandler'

    * Added functionality to pass currentFrameIndex as props in the cases where you may have a certain order but not necessarily want to 
    start at index 0
    *  Added functionality to set a frame index directly with setFrame(index) which can be passed as the prop 'setFrameHandler' to Widgets in a similar fashion as 'nextHandler' and 'prevHandler'
    liuloppan authored Dec 1, 2019
    Configuration menu
    Copy the full SHA
    bbce39f View commit details
    Browse the repository at this point in the history
  2. Changed setFrame function

    setFrame now adds timeouts for 'next' and 'prev' which creates a smoother transition between frames.
    liuloppan authored Dec 1, 2019
    Configuration menu
    Copy the full SHA
    f890211 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

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

Commits on Apr 27, 2020

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

    liuloppan committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    25f1845 View commit details
    Browse the repository at this point in the history