A few changes during Fourier project

This commit is contained in:
Grant Sanderson
2018-01-15 18:49:58 -08:00
parent bb2956dbae
commit 0da39a421e
3 changed files with 113 additions and 25 deletions

View File

@ -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,