mirror of
https://github.com/3b1b/manim.git
synced 2025-08-01 17:29:06 +08:00
A few changes during Fourier project
This commit is contained in:
@ -43,8 +43,6 @@ class Integer(VGroup):
|
||||
if num_str[0] == "-":
|
||||
self[0].next_to(self[1], LEFT, buff = SMALL_BUFF)
|
||||
|
||||
#Todo, this class is now broken
|
||||
|
||||
class ChangingDecimal(Animation):
|
||||
CONFIG = {
|
||||
"num_decimal_points" : None,
|
||||
|
Reference in New Issue
Block a user