Commit graph

246 commits

Author SHA1 Message Date
Grant Sanderson
5e06869caf Small fix to AnimationOnSurroundingRectangle 2018-08-29 00:08:25 -07:00
Grant Sanderson
0595bcb608 Removed unneeded import 2018-08-27 16:30:00 -07:00
Grant Sanderson
ae5358d4ee FadeInFromLarge 2018-08-25 18:30:29 -07:00
Grant Sanderson
98a7f254ee Remaining submobject_family -> get_family 2018-08-21 19:16:51 -07:00
Grant Sanderson
568d02602c TransformFromCopy 2018-08-15 21:54:43 -07:00
Grant Sanderson
365093c0b5 np.linalg.norm -> get_norm 2018-08-15 17:30:24 -07:00
Grant Sanderson
109fe5c4ea ContinualUpdateFromFunc -> ContinualUpdate 2018-08-13 13:40:52 -07:00
Grant Sanderson
9e534fb78f Update Decimal number changing 2018-08-12 19:05:31 -07:00
Grant Sanderson
7f3b1e624d Made Write a subclass of DrawBorderThenFill, as it should be 2018-08-12 12:47:16 -07:00
Grant Sanderson
5b5a83b316 Added Mobject.update capabilties, which should be nicer and lighter weight than using ContinualUpdateFromFunc all the time. Also changed the behavior of any Animation having its mobject automatically thrust up to the front of the screen 2018-08-12 12:17:32 -07:00
Grant Sanderson
535522d86b Make VFadeIn work on alpha of stroke 2018-08-11 23:34:58 -07:00
Grant Sanderson
0cd4b9b64e Removed itertools.ifilter use 2018-08-11 18:41:55 -07:00
Grant Sanderson
858051a806 After running 2to3 2018-08-09 17:56:05 -07:00
Grant Sanderson
7119f0cc6e scale_to_fit_width -> set_width, likewise for height and depth 2018-08-08 10:30:52 -07:00
Grant Sanderson
19899096af Added FadeInFrom as alternate name for FadeInAndShiftFromDirection 2018-07-30 21:39:55 -07:00
Grant Sanderson
f4022d6c75 Fixed small bug with FadeInAndShiftFromDirection 2018-07-16 22:22:43 -07:00
Grant Sanderson
ab90c42ce1 Added FadeOutAndShift animation 2018-07-14 10:45:29 -07:00
Grant Sanderson
393bfc68ce Added Restore animation 2018-07-14 10:31:29 -07:00
Grant Sanderson
c5df669f90
Merge branch 'master' into holomorphic 2018-07-11 11:43:50 -07:00
Grant Sanderson
151a270913 Modernize Python 2 for Python 3 2018-07-11 11:38:59 -07:00
Grant Sanderson
b954b2ef5b Added include_sign to ChangingDecimal config 2018-06-13 17:11:31 -07:00
cclauss
f03268d007 Modernize Python 2 code to get ready for Python 3 yet again 2018-06-02 08:59:26 -04:00
Grant Sanderson
13d7228918 Revert "Merge branch 'master' of github.com:3b1b/manim into alt-calc"
This reverts commit 17a1ea6db5, reversing
changes made to c8c6e6d9ba.
2018-05-21 12:11:46 -07:00
Grant Sanderson
17a1ea6db5 Merge branch 'master' of github.com:3b1b/manim into alt-calc 2018-05-19 11:21:38 -07:00
Grant Sanderson
f28d58b2f0 Fixed ComplexHomotopy 2018-05-18 16:53:46 -07:00
Ben Hambrecht
b2b66947db reverted to earlier version 2018-05-16 21:17:14 +02:00
Grant Sanderson
bf1fbaba7a Added VFadeIn and VFadeOut 2018-05-16 00:04:59 -07:00
Grant Sanderson
153799a4e3 Added ApplyPointwiseFunctionToCenter 2018-05-09 15:05:48 -07:00
Ben Hambrecht
fd002c13e6 renamed num_decimal_points -> num_decimal_places 2018-05-09 18:21:25 +02:00
Grant Sanderson
99d119e1f6 Added/tweaked some indication animations 2018-05-07 13:33:06 -07:00
Grant Sanderson
8dfa721f7b Made direction a direct arg of FadeInAndShiftFromDirection 2018-04-19 15:27:38 -07:00
Grant Sanderson
aa5e1df5b2 Added GrowFromEdge 2018-04-12 15:11:45 -07:00
Grant Sanderson
8589515e82 Removed confusing about_point conditionals in Rotating 2018-04-10 19:47:41 -07:00
Grant Sanderson
d4392de600 Changed all files to (mostly) conform to PEP8 2018-04-06 13:58:59 -07:00
Grant Sanderson
73433823ce Changed several files to conform to PEP8 2018-04-06 13:08:57 -07:00
Grant Sanderson
73514a2d77 Factored out topics/complex_numbers constructs to the appropriate places with mobject/, animation/ and scene/ 2018-03-31 18:57:21 -07:00
Grant Sanderson
267bfd52dd Refactor topics/numerals into various numbers.py files in mobject/, animation/, and continual_animation/ 2018-03-31 18:49:28 -07:00
Grant Sanderson
fc3dc64805 Refactor many definitions out of topics and into folders within mobject 2018-03-31 18:05:02 -07:00
Grant Sanderson
0978984541 Reorganized animations folder. Warning: While I tried to be systematic, there is a decent chance this will cause import errors somewhere. 2018-03-31 15:11:35 -07:00
Grant Sanderson
9560b0b077 Refactored helpers.py into a folder of various util files, take 2 2018-03-30 18:42:32 -07:00
Grant Sanderson
8fae39fe82 Refactored helpers.py into a folder of various util files 2018-03-30 18:19:23 -07:00
Grant Sanderson
618590bee1 Renamed 'highlight' to 'set_color' 2018-03-30 11:51:31 -07:00
Grant Sanderson
e168bfe5ba Rename SPACE_X_RADIUS to FRAME_X_RADIUS, and added constant FRAME_WIDTH (likewise for all y-coordinate information) 2018-03-30 11:25:37 -07:00
Grant Sanderson
55786e443d Renamed SPACE_WIDTH and SPACE_HEIGHT to SPACE_X_RADIUS and SPACE_Y_RADIUS to be less confusing 2018-03-30 11:03:14 -07:00
Grant Sanderson
d5b5b69644 Created FadeInAndShiftFromDirection 2018-03-08 14:15:34 -08:00
Grant Sanderson
946bc92b7a Moved LaggedStart, AnimationGroup and Succession into their own file 2018-03-08 13:52:37 -08:00
Grant Sanderson
f7a079432f
Merge pull request #150 from 3b1b/WindingNumber
Winding number
2018-03-06 13:46:15 -08:00
Grant Sanderson
aba43479f0 Poor man's merge 2018-03-05 20:25:01 -08:00
Sridhar Ramesh
0975f323db Fixed fade to behave over Groups of objects exactly as over the subobjects individually 2018-03-01 15:34:46 -08:00
Grant Sanderson
ae41269d36 Merge branch 'master' of github.com:3b1b/manim into lighthouse-grant 2018-02-26 19:04:09 -08:00