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

feat: frame animations with time encoding and timer param #8921

Open
wants to merge 54 commits into
base: main
Choose a base branch
from

Commits on Apr 8, 2024

  1. mvp timer signals

    jonathanzong authored and joshpoll committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    a8cc8f5 View commit details
    Browse the repository at this point in the history
  2. mvp datasets

    jonathanzong authored and joshpoll committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    0666970 View commit details
    Browse the repository at this point in the history
  3. mvp rewrite data source in marks

    jonathanzong authored and joshpoll committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    e74bf6c View commit details
    Browse the repository at this point in the history
  4. marginally better

    jonathanzong authored and joshpoll committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    f69d7bb View commit details
    Browse the repository at this point in the history
  5. add time to encoding channel

    jonathanzong authored and joshpoll committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    7d65261 View commit details
    Browse the repository at this point in the history
  6. whatever

    jonathanzong authored and joshpoll committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    aa932b8 View commit details
    Browse the repository at this point in the history
  7. transforms working

    jonathanzong authored and joshpoll committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    b2fe9b2 View commit details
    Browse the repository at this point in the history
  8. cleanup

    jonathanzong authored and joshpoll committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    a27984b View commit details
    Browse the repository at this point in the history
  9. generalized the signals a bit

    jonathanzong authored and joshpoll committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    d711d2a View commit details
    Browse the repository at this point in the history
  10. add comment about easing

    jonathanzong authored and joshpoll committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    40ec2e5 View commit details
    Browse the repository at this point in the history
  11. make existing test suites pass

    jonathanzong authored and joshpoll committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    c410770 View commit details
    Browse the repository at this point in the history
  12. cleanup

    jonathanzong authored and joshpoll committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    6c49a53 View commit details
    Browse the repository at this point in the history
  13. time rescale optional

    jonathanzong authored and joshpoll committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    6f24c49 View commit details
    Browse the repository at this point in the history
  14. some point tests

    jonathanzong authored and joshpoll committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    c31101f View commit details
    Browse the repository at this point in the history
  15. more unit tests

    jonathanzong authored and joshpoll committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    370950b View commit details
    Browse the repository at this point in the history
  16. runtime tests

    jonathanzong authored and joshpoll committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    350666c View commit details
    Browse the repository at this point in the history
  17. lookup dataset name

    jonathanzong authored and joshpoll committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    0b8674e View commit details
    Browse the repository at this point in the history
  18. schema

    jonathanzong authored and joshpoll committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    128eec1 View commit details
    Browse the repository at this point in the history
  19. make tests pass

    jonathanzong authored and joshpoll committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    835dcad View commit details
    Browse the repository at this point in the history
  20. comment unused signals

    jonathanzong authored and joshpoll committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    f6fb295 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f23114b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    880188e View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    b9527ba View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    d50d73f View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    2c2fd3b View commit details
    Browse the repository at this point in the history
  26. remove vlSelectionIdTest check

    jonathanzong authored and joshpoll committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    6022dcf View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    8842e38 View commit details
    Browse the repository at this point in the history
  28. cleanup

    jonathanzong authored and joshpoll committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    a1b4fc6 View commit details
    Browse the repository at this point in the history
  29. add example specs

    jonathanzong authored and joshpoll committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    486583d View commit details
    Browse the repository at this point in the history
  30. update example specs

    jonathanzong authored and joshpoll committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    8998aea View commit details
    Browse the repository at this point in the history
  31. update timer selection unit test

    jonathanzong authored and joshpoll committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    b753d2a View commit details
    Browse the repository at this point in the history
  32. build schema

    jonathanzong authored and joshpoll committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    3a9220d View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    1596746 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    a35bd16 View commit details
    Browse the repository at this point in the history
  35. wip

    jonathanzong authored and joshpoll committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    22f597c View commit details
    Browse the repository at this point in the history
  36. with sleep

    jonathanzong authored and joshpoll committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    5ef84b1 View commit details
    Browse the repository at this point in the history
  37. test for loop

    jonathanzong authored and joshpoll committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    5239fc6 View commit details
    Browse the repository at this point in the history
  38. test for forward progress

    jonathanzong authored and joshpoll committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    b51895d View commit details
    Browse the repository at this point in the history
  39. correct 1965

    jonathanzong authored and joshpoll committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    7852ff7 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    c7f2b6a View commit details
    Browse the repository at this point in the history
  41. renamed variable

    jonathanzong authored and joshpoll committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    8d59883 View commit details
    Browse the repository at this point in the history
  42. add is_playing signal

    jonathanzong authored and joshpoll committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    18c985b View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    75b7bfc View commit details
    Browse the repository at this point in the history
  44. get time test to run

    jonathanzong authored and joshpoll committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    67f821f View commit details
    Browse the repository at this point in the history
  45. rename mousemove to pointermove

    jonathanzong authored and joshpoll committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    90648ae View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    4f1924c View commit details
    Browse the repository at this point in the history
  47. coverage tests passing

    jonathanzong authored and joshpoll committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    6096de3 View commit details
    Browse the repository at this point in the history
  48. coverage actually passing

    jonathanzong authored and joshpoll committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    5da3453 View commit details
    Browse the repository at this point in the history
  49. schema

    jonathanzong authored and joshpoll committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    8bc4ffa View commit details
    Browse the repository at this point in the history
  50. actually commit the file

    jonathanzong authored and joshpoll committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    e25a344 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    de153b1 View commit details
    Browse the repository at this point in the history
  52. update tests

    jonathanzong authored and joshpoll committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    13e8c83 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    4508cd2 View commit details
    Browse the repository at this point in the history
  54. Empty-Commit

    mattijn authored and joshpoll committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    7ce0c10 View commit details
    Browse the repository at this point in the history