15 Commits

Author SHA1 Message Date
f8fedffa4c Use rate function on MoveAlongPath 2023-12-02 21:28:22 -06:00
576a26493e Use quick_point_from_proportion in MoveAlongPath 2023-02-15 20:54:59 -08:00
81615d9f4b Kill CONFIG in movement.py 2022-12-14 14:58:25 -08:00
9ef9961d0e Sort imports 2022-04-12 19:19:59 +08:00
4fbe948b63 style: insert an empty line after import 2022-02-16 21:08:25 +08:00
41c4023986 chore: add type hints to manimlib.animation 2022-02-15 18:39:45 +08:00
a2f201f59e Small changes to Homotopy animations 2021-02-05 19:58:29 -08:00
71f328c7ef Factor out approximate smoothing to VMobject.make_approximately_smooth function 2021-02-05 19:48:43 -08:00
ddfc3a6567 Replace lingering .points references 2021-01-12 07:27:32 -10:00
259c36512f Remove unnecessary import 2019-03-20 21:27:26 -07:00
2b64656f35 Cleand up movement.py for new Animation structure 2019-02-09 15:12:35 -08:00
bf738b70d7 update_submobject -> interpolate_submobject 2019-02-08 12:00:51 -08:00
1c4ff6a556 update_mobject -> interpolate_mobject for Animation, but not for ContinualAnimation 2019-02-08 11:57:27 -08:00
b7cf5e82e3 rate_func can no longer be None, must be a function. Use 'linear' instead of None 2019-02-05 15:39:58 -08:00
3543a750ba move library code into manimlib, replace relative imports with absolute imports 2018-12-26 20:57:01 -08:00