Grant Sanderson
|
390e774160
|
Changed Transform.get_all_families_zipped, since when target_mobject doesn't have its data sligned, problems ensue
|
2019-02-11 20:50:54 -08:00 |
|
Grant Sanderson
|
08fb372fb7
|
get_all_families_zipped shouldn't be obligated to return list type
|
2019-02-11 20:50:07 -08:00 |
|
Grant Sanderson
|
4abafe608a
|
Remove comment about ContinualAnimation
|
2019-02-11 16:11:53 -08:00 |
|
Grant Sanderson
|
c23f456fd6
|
Slightly cleaner implementation of set_cairo_context_path
|
2019-02-11 16:05:35 -08:00 |
|
Grant Sanderson
|
1f320a3974
|
Fixed small bug with Camera not properly transforming points
|
2019-02-11 15:49:12 -08:00 |
|
Grant Sanderson
|
82f0afb4dd
|
Got rid of ContinualUpdate
|
2019-02-11 15:48:44 -08:00 |
|
Grant Sanderson
|
52d4eb2e9e
|
Get rid of ContinualUpdate and ContinualUpdateFromTimeFunc
|
2019-02-11 15:09:28 -08:00 |
|
Grant Sanderson
|
fd6a6482f9
|
Get rid of ContinuallyChangingDecimal
|
2019-02-11 15:01:38 -08:00 |
|
Grant Sanderson
|
605ca08e6f
|
Remove CycleAnimation ContinualAnimation, replace with cycle_animation which adds a mobject updater
|
2019-02-11 14:28:45 -08:00 |
|
Grant Sanderson
|
6c03bb4f1e
|
Get rid of NormalAnimationAsContinualAnimation
|
2019-02-11 14:08:48 -08:00 |
|
Grant Sanderson
|
1eb8180d3d
|
Get rid of ContinualMovement, replace with always_shift
|
2019-02-11 13:37:07 -08:00 |
|
Grant Sanderson
|
04b4c1dad8
|
Get rid of ContinualRotation
|
2019-02-11 13:22:22 -08:00 |
|
Grant Sanderson
|
a73cbb8014
|
Added always_shift and always_rotate
|
2019-02-11 13:17:23 -08:00 |
|
Grant Sanderson
|
62c4967f21
|
Add always function, for mobject updating by a method
|
2019-02-11 13:04:52 -08:00 |
|
Grant Sanderson
|
94d7a8a663
|
updating_mobject_from_func -> always_redraw
|
2019-02-11 12:58:52 -08:00 |
|
Grant Sanderson
|
bac64eddb3
|
Rename updater.py to mobject_update_utils.py
|
2019-02-11 12:51:50 -08:00 |
|
Grant Sanderson
|
94b943f544
|
Removed use of self.__dict__ in DecimalNumber
|
2019-02-10 10:56:24 -08:00 |
|
Grant Sanderson
|
d742d48d13
|
Removed unnecessary import
|
2019-02-10 10:56:08 -08:00 |
|
Grant Sanderson
|
92eaa733cd
|
Minor cleanup to animation/update.py
|
2019-02-10 10:43:45 -08:00 |
|
Grant Sanderson
|
05c7196a6f
|
Cleaned up specialized animations
|
2019-02-10 10:26:29 -08:00 |
|
Grant Sanderson
|
306ee31d44
|
Fixed car problems. Regular mechanic over here
|
2019-02-10 10:26:08 -08:00 |
|
Grant Sanderson
|
9550174eba
|
Cleaned up rotation.py
|
2019-02-09 15:48:36 -08:00 |
|
Grant Sanderson
|
c1cc1a8b24
|
If about_edge is None, default to ORIGIN
|
2019-02-09 15:47:32 -08:00 |
|
Grant Sanderson
|
73c20d726a
|
Cleaned up ChangingDecimal
|
2019-02-09 15:35:44 -08:00 |
|
Grant Sanderson
|
2b64656f35
|
Cleand up movement.py for new Animation structure
|
2019-02-09 15:12:35 -08:00 |
|
Grant Sanderson
|
3714446eea
|
Finished updating indication animations
|
2019-02-09 15:01:41 -08:00 |
|
Grant Sanderson
|
14b9db61b9
|
Updates to (some) indication animations
|
2019-02-09 12:07:33 -08:00 |
|
Grant Sanderson
|
69cf682f07
|
Use super
|
2019-02-09 11:54:15 -08:00 |
|
Grant Sanderson
|
9180a687f9
|
Bug fix to Succession; it wasn't initializing runtimes
|
2019-02-09 11:54:00 -08:00 |
|
Grant Sanderson
|
67a33d2e88
|
Use super() in __init__ functions
|
2019-02-09 10:56:51 -08:00 |
|
Grant Sanderson
|
5403237123
|
Added Animation.get_all_mobjects_to_update
|
2019-02-09 10:55:23 -08:00 |
|
Grant Sanderson
|
1cc395ce8b
|
Moved ShrinkToCenter to transform, and made it a subclass of ScaleInPlace
|
2019-02-09 10:40:00 -08:00 |
|
Grant Sanderson
|
72a8bd8cc1
|
Fixed bug with VMobject.align_points
|
2019-02-09 10:39:34 -08:00 |
|
Grant Sanderson
|
28d627ba83
|
Reimplment growing animations based on new Animation structure
|
2019-02-09 10:21:14 -08:00 |
|
Grant Sanderson
|
9f3cb6f612
|
Minor clean up to imports
|
2019-02-09 10:17:37 -08:00 |
|
Grant Sanderson
|
d68b2a44a7
|
Tiny spacing change
|
2019-02-09 10:17:15 -08:00 |
|
Grant Sanderson
|
395bb6434b
|
Reimplemented fading animations based on new Animation structure
|
2019-02-09 10:09:45 -08:00 |
|
Grant Sanderson
|
9baae55836
|
Added create_starting_mobject method, and suspend_mobject_updating config variable
|
2019-02-09 10:09:19 -08:00 |
|
Grant Sanderson
|
10850c5af6
|
FadeInAndShiftFromDirection -> FadeInFrom
|
2019-02-09 09:36:37 -08:00 |
|
Grant Sanderson
|
22eab68e2a
|
Added Transform.create_target to make implementation of subclasses cleaner
|
2019-02-09 09:25:13 -08:00 |
|
Grant Sanderson
|
88b35c45b8
|
Created fading.py and growing.py to help break up animation.creation.py
|
2019-02-09 09:08:57 -08:00 |
|
Grant Sanderson
|
691d5b7657
|
Mild reorganization
|
2019-02-09 08:59:13 -08:00 |
|
Grant Sanderson
|
2d945dc929
|
Reimplemented DrawBorderThenFill
|
2019-02-09 08:59:02 -08:00 |
|
Grant Sanderson
|
ab9effbc3c
|
Small fixes to DrawBorderThenFill and Write
|
2019-02-08 20:19:16 -08:00 |
|
Grant Sanderson
|
88e700b5b0
|
Small fixes to AnimationGroup and Succession
|
2019-02-08 20:18:54 -08:00 |
|
Grant Sanderson
|
67817e9c6d
|
Cleaned up remainder of Transform animations
|
2019-02-08 19:08:09 -08:00 |
|
Grant Sanderson
|
707a2f6f63
|
Get rid of lag_factor
|
2019-02-08 18:42:40 -08:00 |
|
Grant Sanderson
|
f1b847deff
|
Changed implementation of TransformFromCopy
|
2019-02-08 18:10:55 -08:00 |
|
Grant Sanderson
|
72c5c53c1e
|
Rewrote DrawBorderThenFill to work with Succession
|
2019-02-08 16:53:37 -08:00 |
|
Grant Sanderson
|
85616f0019
|
Fixed ApplyMethod to only create target once the begin method is called
|
2019-02-08 16:51:26 -08:00 |
|