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

chore(TS): animation #8297

Merged
merged 122 commits into from
Dec 30, 2022
Merged

chore(TS): animation #8297

merged 122 commits into from
Dec 30, 2022

Commits on Sep 10, 2022

  1. initial undocumented types

    kristbp2 committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    827cf88 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

  1. documenting types,

    type fixes,
    mergeWithDefaults for animate
    ran npm audit
    kristbp2 committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    9224364 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. Configuration menu
    Copy the full SHA
    fc9300f View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into laz-animate-typing

    # Conflicts:
    #	src/constants.ts
    #	src/typedefs.ts
    #	src/util/anim_ease.ts
    #	src/util/animate.ts
    #	src/util/animate_color.ts
    #	src/util/lang_object.ts
    kristbp2 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    badf63c View commit details
    Browse the repository at this point in the history
  3. run prettier

    kristbp2 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    c263864 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2022

  1. Configuration menu
    Copy the full SHA
    8c39dd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2903682 View commit details
    Browse the repository at this point in the history
  3. remove WithReturnType

    kristbp2 committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    a0e52f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. animation registry typings

    ShaMan123 committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    d2075e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. revert animate_color.ts

    TODO: will modify this in another PR
    kristbp2 committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    8895a5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cc9713 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb86ef1 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2022

  1. Configuration menu
    Copy the full SHA
    1ddd449 View commit details
    Browse the repository at this point in the history
  2. fix comments

    kristbp2 committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    757fd7a View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2022

  1. changelog update

    kristbp2 committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    6ebfbda View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2022

  1. made the animate function more typesafe

    made the animation state functions more generic
    kristbp2 committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    f2b0f89 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Configuration menu
    Copy the full SHA
    1b49cb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd134b9 View commit details
    Browse the repository at this point in the history
  3. rename

    ShaMan123 committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    1f5f12e View commit details
    Browse the repository at this point in the history
  4. revert(): animate

    ShaMan123 committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    ae4d15b View commit details
    Browse the repository at this point in the history
  5. Update types.ts

    ShaMan123 committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    91af64a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c9e9a14 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Configuration menu
    Copy the full SHA
    052bd3f View commit details
    Browse the repository at this point in the history
  2. Revert "fix(): TDegree/TRadian & number"

    This reverts commit 052bd3f.
    ShaMan123 committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    e9b8f2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff27f6c View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2022

  1. Merge remote-tracking branch 'origin/master' into laz-animate-typing

    # Conflicts:
    #	CHANGELOG.md
    #	src/util/misc/misc.ts
    kristbp2 committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    213ac95 View commit details
    Browse the repository at this point in the history
  2. move stuff in from the ts-animation branch

    first stab at making a more typesafe animate
    kristbp2 committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    a728316 View commit details
    Browse the repository at this point in the history
  3. fix building

    kristbp2 committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    966f341 View commit details
    Browse the repository at this point in the history
  4. WIP. fix bug

    kristbp2 committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    9b8397e View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2022

  1. refactor(): classes

    ShaMan123 committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    a596aab View commit details
    Browse the repository at this point in the history
  2. prepare for color

    ShaMan123 committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    d13069c View commit details
    Browse the repository at this point in the history
  3. generics

    ShaMan123 committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    f5d24be View commit details
    Browse the repository at this point in the history
  4. Update color.class.ts

    ShaMan123 committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    ab4eb7d View commit details
    Browse the repository at this point in the history
  5. refactor(): color animation

    ShaMan123 committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    d3c998b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    00c1adf View commit details
    Browse the repository at this point in the history
  7. Update CHANGELOG.md

    ShaMan123 committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    a1466cd View commit details
    Browse the repository at this point in the history
  8. rename

    ShaMan123 committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    79628f4 View commit details
    Browse the repository at this point in the history
  9. rename

    ShaMan123 committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    f5842c7 View commit details
    Browse the repository at this point in the history
  10. naming

    ShaMan123 committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    7134f75 View commit details
    Browse the repository at this point in the history
  11. cleanup

    ShaMan123 committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    d5edccb View commit details
    Browse the repository at this point in the history
  12. cleanup

    ShaMan123 committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    55f62b7 View commit details
    Browse the repository at this point in the history
  13. Update types.ts

    ShaMan123 committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    ce996cf View commit details
    Browse the repository at this point in the history
  14. Update misc.ts

    ShaMan123 committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    52211c8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9655360 View commit details
    Browse the repository at this point in the history
  16. cleanup

    ShaMan123 committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    fceb050 View commit details
    Browse the repository at this point in the history
  17. BREAKING: return context

    ShaMan123 committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    f53e2f5 View commit details
    Browse the repository at this point in the history
  18. Update CHANGELOG.md

    ShaMan123 committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    2142869 View commit details
    Browse the repository at this point in the history
  19. fix timestamps

    ShaMan123 committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    f692967 View commit details
    Browse the repository at this point in the history
  20. fix cancelling empty

    This reverts commit fceb050.
    ShaMan123 committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    cb1d54f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    fc0217d View commit details
    Browse the repository at this point in the history
  22. fix tests

    ShaMan123 committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    c022254 View commit details
    Browse the repository at this point in the history
  23. dep(): colorEasing

    handled by `easing`
    ShaMan123 committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    fd763b7 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    139ee11 View commit details
    Browse the repository at this point in the history
  25. accept color byValue

    ShaMan123 committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    d1c1037 View commit details
    Browse the repository at this point in the history
  26. Revert "accept color byValue"

    This reverts commit d1c1037.
    ShaMan123 committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    a7a9d28 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    41adf12 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2022

  1. Configuration menu
    Copy the full SHA
    aa32d24 View commit details
    Browse the repository at this point in the history
  2. Revert "fix(): byValue over endValue"

    This reverts commit 41adf12.
    ShaMan123 committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    470854a View commit details
    Browse the repository at this point in the history
  3. Update AnimationBase.ts

    ShaMan123 committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    dfb5910 View commit details
    Browse the repository at this point in the history
  4. fix(): color chage rate

    ShaMan123 committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    11de652 View commit details
    Browse the repository at this point in the history
  5. color byValue

    ShaMan123 committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    86d31db View commit details
    Browse the repository at this point in the history
  6. fix(): round color pixels

    ShaMan123 committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    7ea80e9 View commit details
    Browse the repository at this point in the history
  7. fix tests

    ShaMan123 committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    9156442 View commit details
    Browse the repository at this point in the history
  8. fix(): endValue

    ShaMan123 committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    cf883e2 View commit details
    Browse the repository at this point in the history
  9. comment

    ShaMan123 committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    43e76a2 View commit details
    Browse the repository at this point in the history
  10. fix(): immutable state

    ShaMan123 committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    1b63622 View commit details
    Browse the repository at this point in the history
  11. cleanup endValue in class

    ShaMan123 committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    127d7a2 View commit details
    Browse the repository at this point in the history
  12. Update types.ts

    ShaMan123 committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    d9609d2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    abce738 View commit details
    Browse the repository at this point in the history
  14. fix type

    ShaMan123 committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    20778ec View commit details
    Browse the repository at this point in the history
  15. extract AnimationState

    ShaMan123 committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    abfb814 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7bf61db View commit details
    Browse the repository at this point in the history
  17. stray rate -> ratio

    kristbp2 committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    587e8f8 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. rate => ratio

    ShaMan123 committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    ee985b5 View commit details
    Browse the repository at this point in the history
  2. currentTime => timeElapsed

    ShaMan123 committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    ffc83f7 View commit details
    Browse the repository at this point in the history
  3. Update types.ts

    ShaMan123 committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    f239704 View commit details
    Browse the repository at this point in the history
  4. comment

    ShaMan123 committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    6098d0a View commit details
    Browse the repository at this point in the history
  5. types(): no any

    ShaMan123 committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    c35ad7e View commit details
    Browse the repository at this point in the history
  6. fix return type

    ShaMan123 committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    fb20679 View commit details
    Browse the repository at this point in the history
  7. revert(): no options

    ShaMan123 committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    dee235c View commit details
    Browse the repository at this point in the history
  8. fix ts

    ShaMan123 committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    422ec25 View commit details
    Browse the repository at this point in the history
  9. add ts tests

    ShaMan123 committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    a637f81 View commit details
    Browse the repository at this point in the history
  10. remove getter

    ShaMan123 committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    d6b9b3e View commit details
    Browse the repository at this point in the history
  11. Update animation.ts

    ShaMan123 committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    89e7fe0 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2022

  1. Configuration menu
    Copy the full SHA
    0aac2f2 View commit details
    Browse the repository at this point in the history
  2. Update AnimationRegistry.ts

    ShaMan123 committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    fcccc69 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Configuration menu
    Copy the full SHA
    8e7c894 View commit details
    Browse the repository at this point in the history
  2. fix merge

    ShaMan123 committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    1e655c5 View commit details
    Browse the repository at this point in the history
  3. type color

    ShaMan123 committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    f8f220e View commit details
    Browse the repository at this point in the history
  4. dep(): fromSource

    ShaMan123 committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    f8601df View commit details
    Browse the repository at this point in the history
  5. Update color.class.ts

    ShaMan123 committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    dad8a09 View commit details
    Browse the repository at this point in the history
  6. Update util.ts

    ShaMan123 committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    f8d9870 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5c75285 View commit details
    Browse the repository at this point in the history
  8. Update color.class.ts

    ShaMan123 committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    70cf087 View commit details
    Browse the repository at this point in the history
  9. fix

    ShaMan123 committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    e582c7e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c128245 View commit details
    Browse the repository at this point in the history
  11. refactor very old code

    ShaMan123 committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    b2b203e View commit details
    Browse the repository at this point in the history
  12. restore abort

    ShaMan123 committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    2a78e5b View commit details
    Browse the repository at this point in the history
  13. default abort

    ShaMan123 committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    167ea19 View commit details
    Browse the repository at this point in the history
  14. Update AnimationBase.ts

    ShaMan123 committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    5e90298 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Doc additions and fixes

    Lazauya committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    fbb08d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de550d2 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/master' into laz-animate-typing

    # Conflicts:
    #	src/static_canvas.class.ts
    Lazauya committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    58f0ffc View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2022

  1. Merge remote-tracking branch 'origin/master' into laz-animate-typing

    # Conflicts:
    #	src/shapes/object.class.ts
    #	src/util/animation/easing.ts
    Lazauya committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    b56fd41 View commit details
    Browse the repository at this point in the history
  2. Doc additions and fixes

    Lazauya committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    d488aef View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2022

  1. Configuration menu
    Copy the full SHA
    3e7e0c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9cd9b8 View commit details
    Browse the repository at this point in the history
  3. @see fix

    Lazauya committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    76823da View commit details
    Browse the repository at this point in the history
  4. cleanup JSDOC

    ShaMan123 committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    a89ce35 View commit details
    Browse the repository at this point in the history
  5. fix merge conflict

    @Lazauya you accidently overriden the fixed file with the stale file from master
    ShaMan123 committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    98f9966 View commit details
    Browse the repository at this point in the history
  6. imports

    ShaMan123 committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    36cd48a View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

  1. accept color instance

    ShaMan123 committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    68fdc11 View commit details
    Browse the repository at this point in the history
  2. Update color.js

    ShaMan123 committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    6e8861e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d6c71e View commit details
    Browse the repository at this point in the history
  4. fix imports

    ShaMan123 committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    53779e6 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. solved merge conflicts

    asturur committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    dab0ade View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1e2c0b View commit details
    Browse the repository at this point in the history
  3. ooops

    asturur committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    e5f3cd7 View commit details
    Browse the repository at this point in the history
  4. it builds now

    asturur committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    30c5172 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3366fe6 View commit details
    Browse the repository at this point in the history
  6. no arrow methods

    ShaMan123 committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    f644fd2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    02d8c0d View commit details
    Browse the repository at this point in the history