Get rid of ContinuallyChangingDecimal

This commit is contained in:
Grant Sanderson
2019-02-11 15:01:38 -08:00
parent b67ff10f8d
commit fd6a6482f9
15 changed files with 66 additions and 49 deletions

View File

@ -7,6 +7,11 @@ from old_projects.div_curl import get_force_field_func
COBALT = "#0047AB"
# Warning, this file uses ContinualChangingDecimal,
# which has since been been deprecated. Use a mobject
# updater instead
class Orbiting(ContinualAnimation):
CONFIG = {
"rate": 7.5,