Commit graph

106 commits

Author SHA1 Message Date
Grant Sanderson
b8b44f062c Added FadeTransform and FadeTransformPieces 2021-01-03 16:53:49 -08:00
Grant Sanderson
504f5c4329 Minor tweak to comment, etc. 2021-01-03 16:53:29 -08:00
Grant Sanderson
a4b8a8d88c Get rid of old fading classes 2021-01-03 14:39:45 -08:00
Grant Sanderson
e3acb920f4 Remove MoveCar 2021-01-01 21:11:17 -08:00
Grant Sanderson
c65dfb85d2 Change arguments for Fading so that you can pass in shift and/or scale to FadeIn and FadeOut, aimed at increased readibility and flexibility 2020-12-04 08:14:15 -08:00
Grant Sanderson
35a2ade954 Added final_alpha_value parameter to Animation for things like FadeOut 2020-08-30 16:00:42 -07:00
Grant Sanderson
687d70e9b6 Changes default int_func on ShowIncreasingSubsets to np.round 2020-06-22 15:21:25 -07:00
Grant Sanderson
2d19d76675 Replace all FadeInFrom with simple FadeIn, and likewise for FadeOutFrom -> FadeOut 2020-06-07 12:35:20 -07:00
Grant Sanderson
58df38f74e Let FadeIn and FadeOut take in directions 2020-06-07 12:23:08 -07:00
Grant Sanderson
54598f92c7 Remove unnecessary import 2020-06-05 11:11:11 -07:00
Grant Sanderson
b0aacda655 Add count in from 2020-03-13 14:06:08 -07:00
Grant Sanderson
5a780dfde3 Flash did not use stroke_width 2020-03-07 20:53:48 -08:00
Grant Sanderson
41e2fd76d1 Make Rotate a subclass of Rotation, not Transform 2020-02-21 12:00:50 -08:00
Grant Sanderson
ea59950b2c Have mobjects track family and parents more directly 2020-02-21 10:56:40 -08:00
Grant Sanderson
671042cd20 Replace np.clip with clip, and other small changes 2020-02-18 22:43:06 -08:00
Grant Sanderson
d24a757609 Have LaggedStartMap remember group 2020-02-18 22:41:55 -08:00
Grant Sanderson
0be5abceb9 Small bug fix 2020-02-18 22:40:12 -08:00
Grant Sanderson
574b464a3c get_critical_point -> get_bounding_box_point 2020-02-13 10:54:09 -08:00
Grant Sanderson
19814ecf87 Allow mobject to prepare and cleanup from animations 2020-02-11 19:52:41 -08:00
Grant Sanderson
0e92deddc4 Change ShowSubmobjectsOneByOne defaults 2019-12-19 19:42:28 -08:00
Grant Sanderson
c74cfa3c5d Add error message for ApplyFunction 2019-12-15 08:44:57 -08:00
Grant Sanderson
f66d6e4f97 Added AddTextWordByWord, but it's not yet working, presumably because of some bug in Succession. 2019-10-03 13:58:00 -07:00
Grant Sanderson
c94aef8845 Have AnimationGroup initialize its runtime before begin is called. This way it can be composed 2019-09-30 12:06:17 -07:00
Grant Sanderson
307ac852a6 Added ShowSubmobjectsOneByOne 2019-09-19 13:38:03 -07:00
Grant Sanderson
3b42f1f709 Added int_func to SHowIncreasingSubsets 2019-06-13 09:25:14 -07:00
Grant Sanderson
d9fcbea823 Remove Transform.__str__ 2019-04-21 08:12:05 -07:00
Grant Sanderson
e8fe67650a Fixed problem with LaggedStartMap 2019-03-29 15:12:31 -07:00
Grant Sanderson
7ae67fad09 Quick fix for LaggedStart kwargs confusion, but this needs a better long-term solution 2019-03-28 16:18:35 -07:00
Grant Sanderson
fbcc3b85d3 Fix DrawBorderThenFill 2019-03-24 11:32:12 -07:00
Grant Sanderson
73cbb9134a Ah, it turns out rate_func placement in Animation is nuanced... 2019-03-23 10:54:59 -07:00
Grant Sanderson
677f67cb9d VFadeInThenOut 2019-03-22 11:50:16 -07:00
Grant Sanderson
e567fff855 Experimenting with applying rate_func at the submobject level. Admittedly, I haven't thought it through that much, but I suspect this will make things work better 2019-03-21 17:49:05 -07:00
Grant Sanderson
259c36512f Remove unnecessary import 2019-03-20 21:27:26 -07:00
Grant Sanderson
0271511a9e Removed unneccesary import 2019-03-20 13:07:40 -07:00
Grant Sanderson
b29597d39b Added FadeInFromPoint 2019-03-19 22:28:13 -07:00
Grant Sanderson
9c2113648c Remove unnecessary import 2019-03-19 17:29:36 -07:00
Grant Sanderson
dc18845a44 Change lag_ratio defaults 2019-03-16 22:13:09 -07:00
Grant Sanderson
993f7edee9 OldLaggedStart -> LaggedStartMap 2019-02-14 12:06:21 -08:00
Grant Sanderson
643955ab1c Added warning to usage of OldLaggedStart 2019-02-14 11:34:42 -08:00
Grant Sanderson
1a598a002d Changed FadeInFrom default lag ratio 2019-02-12 09:44:26 -08:00
Grant Sanderson
d3a68aff1e Added new LaggedStart default lag_ratio 2019-02-11 22:37:52 -08:00
Grant Sanderson
e278c55cbe Change default FadeIn and FadeOut lag_ratio 2019-02-11 22:30:51 -08:00
Grant Sanderson
776f2707a5 Change default lag_ratio to something very small 2019-02-11 22:25:22 -08:00
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
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
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
9550174eba Cleaned up rotation.py 2019-02-09 15:48:36 -08:00