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

Implement :attr:.Mobject.always, and move builders to their own file #3852

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

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    b7d34d5 View commit details
    Browse the repository at this point in the history
  2. Change behavior to allow chaining

    This now allows `mobj.always.method1().method2()`, which would
    add two updaters for `methd1()` and `method2()`
    JasonGrace2282 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    89a4f58 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e744083 View commit details
    Browse the repository at this point in the history
  4. Fix pre-commit

    JasonGrace2282 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    aa8bf45 View commit details
    Browse the repository at this point in the history
  5. fix wrong variance

    JasonGrace2282 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    e2df7df View commit details
    Browse the repository at this point in the history
  6. updated docs

    JasonGrace2282 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    cff2181 View commit details
    Browse the repository at this point in the history