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

rAF with observers #1446

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

Commits on May 12, 2016

  1. rAF with observers

    - animation module with observers
    - easing as separate module and references updated
    - kind with animate API for simple application of animations.
    - scene module to create animation instances.
    - transform to handle math operations.
    - tween to create animation frames based on time.
    
    Enyo-DCO-1.1-Signed-off-by: Anish Ramesan <[email protected]>
    anishramesan committed May 12, 2016
    Configuration menu
    Copy the full SHA
    ffa87ef View commit details
    Browse the repository at this point in the history

Commits on May 13, 2016

  1. travis fixes

    Enyo-DCO-1.1-Signed-off-by: Anish Ramesan <[email protected]>
    anishramesan committed May 13, 2016
    Configuration menu
    Copy the full SHA
    cbe9849 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2016

  1. Merge latest changes from branch 'sceneapproach'

    Enyo-DCO-1.1-Signed-off-by: Ankur Mishra <[email protected]>
    ankurmishra32 committed May 20, 2016
    Configuration menu
    Copy the full SHA
    b8e81ab View commit details
    Browse the repository at this point in the history
  2. updates with multiple scenes and sequence

    Enyo-DCO-1.1-Signed-off-by: Anish Ramesan [email protected]
    anishramesan committed May 20, 2016
    Configuration menu
    Copy the full SHA
    596829f View commit details
    Browse the repository at this point in the history

Commits on May 23, 2016

  1. Change the observer implementation from array to object

    Enyo-DCO-1.1-Signed-off-by: Srirama Singeri [email protected]
    sriramas committed May 23, 2016
    Configuration menu
    Copy the full SHA
    8dd854a View commit details
    Browse the repository at this point in the history

Commits on May 24, 2016

  1. Fix bug in animation repeat and introduce fillmode

    Enyo-DCO-1.1-Signed-off-by: Ankur Mishra <[email protected]>
    ankurmishra32 committed May 24, 2016
    Configuration menu
    Copy the full SHA
    1c233dd View commit details
    Browse the repository at this point in the history
  2. sequence updates

    Enyo-DCO-1.1-Signed-off-by: Anish Ramesan<[email protected]>
    anishramesan committed May 24, 2016
    Configuration menu
    Copy the full SHA
    5806bea View commit details
    Browse the repository at this point in the history

Commits on May 27, 2016

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

Commits on May 30, 2016

  1. Fix some coding issue

    Enyo-DCO-1.1-Signed-off-by: Ankur Mishra <[email protected]>
    ankurmishra32 committed May 30, 2016
    Configuration menu
    Copy the full SHA
    c1bf240 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2016

  1. Added sceneSupport mixin

    cholanmadala committed May 31, 2016
    Configuration menu
    Copy the full SHA
    de49297 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2016

  1. Now support duration in %

    We can give duration in % in each scene object, but total duration
    should in actor itself. This will support within scene object in kind
    and inside kind.animate.
    Enyo-DCO-1.1-Signed-off-by: Ankur Mishra <[email protected]>
    ankurmishra32 committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    2c4008e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ed52b8 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2016

  1. Update comments for scene

    sriramas committed Jun 6, 2016
    Configuration menu
    Copy the full SHA
    36b6896 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d626583 View commit details
    Browse the repository at this point in the history
  3. Defect fix in Kind

    cholanmadala committed Jun 6, 2016
    Configuration menu
    Copy the full SHA
    ba6621f View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2016

  1. Configuration menu
    Copy the full SHA
    e6a016e View commit details
    Browse the repository at this point in the history
  2. removed consoles

    cholanmadala committed Jun 7, 2016
    Configuration menu
    Copy the full SHA
    e7c957b View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2016

  1. Correct repeat related issue in various scene scenario

    Enyo-DCO-1.1-Signed-off-by: Ankur Mishra <[email protected]>
    ankurmishra32 committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    7e1ffc5 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2016

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

Commits on Jun 15, 2016

  1. Configuration menu
    Copy the full SHA
    20142ad View commit details
    Browse the repository at this point in the history
  2. API updates

    Enyo-DCO-1.1-Signed-off-by: Anish Ramesan<[email protected]>
    anishramesan committed Jun 15, 2016
    Configuration menu
    Copy the full SHA
    d850434 View commit details
    Browse the repository at this point in the history
  3. removed sceneSupport

    Enyo-DCO-1.1-Signed-off-by: Anish Ramesan<[email protected]>
    anishramesan committed Jun 15, 2016
    Configuration menu
    Copy the full SHA
    8a02ea7 View commit details
    Browse the repository at this point in the history
  4. added SceneSupport

    Enyo-DCO-1.1-Signed-off-by: Anish Ramesan <[email protected]>
    anishramesan committed Jun 15, 2016
    Configuration menu
    Copy the full SHA
    d20135f View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2016

  1. Accept duration in % during runtime

    Enyo-DCO-1.1-Signed-off-by: Ankur Mishra <[email protected]>
    ankurmishra32 committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    b052676 View commit details
    Browse the repository at this point in the history
  2. Merge code fixes

    Enyo-DCO-1.1-Signed-off-by: Anish Ramesan<[email protected]>
    anishramesan committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    97d25e6 View commit details
    Browse the repository at this point in the history
  3. easing documentation

    Enyo-DCO-1.1-Signed-off-by: Anish Ramesan <[email protected]>
    anishramesan committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    d1cfcab View commit details
    Browse the repository at this point in the history
  4. easing update

    Enyo-DCO-1.1-Signed-off-by: Anish Ramesan <[email protected]>
    anishramesan committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    4438b93 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2016

  1. Update remaining easing

    Enyo-DCO-1.1-Signed-off-by: Ankur Mishra <[email protected]>
    ankurmishra32 committed Jun 17, 2016
    Configuration menu
    Copy the full SHA
    fed3bfd View commit details
    Browse the repository at this point in the history
  2. tween api documented

    Enyo-DCO-1.1-Signed-off-by: Anish Ramesan <[email protected]>
    anishramesan committed Jun 17, 2016
    Configuration menu
    Copy the full SHA
    40dfb4f View commit details
    Browse the repository at this point in the history
  3. Some bug fix related to non transformable properties

    Enyo-DCO-1.1-Signed-off-by: Ankur Mishra <[email protected]>
    ankurmishra32 committed Jun 17, 2016
    Configuration menu
    Copy the full SHA
    5e87d50 View commit details
    Browse the repository at this point in the history
  4. Replace switch case in 'formatTransformValues' function

    Enyo-DCO-1.1-Signed-off-by: Ankur Mishra <[email protected]>
    ankurmishra32 committed Jun 17, 2016
    Configuration menu
    Copy the full SHA
    de78f70 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2016

  1. Made correction in time comparision

    Enyo-DCO-1.1-Signed-off-by: Ankur Mishra <[email protected]>
    ankurmishra32 committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    e3cbd9b View commit details
    Browse the repository at this point in the history