From 05e073325e78956c494f9b204d68cf3a0ee91c95 Mon Sep 17 00:00:00 2001 From: Sridhar Ramesh Date: Thu, 15 Feb 2018 14:44:23 -0800 Subject: [PATCH] Added CircleIndicate animation --- animation/transform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/animation/transform.py b/animation/transform.py index ff13a388..433650df 100644 --- a/animation/transform.py +++ b/animation/transform.py @@ -214,7 +214,7 @@ class Indicate(Transform): target.highlight(self.color) Transform.__init__(self, mobject, target, **kwargs) -class HighlightCircle(Indicate): +class CircleIndicate(Indicate): CONFIG = { "rate_func" : squish_rate_func(there_and_back, 0, 0.8), "remover" : True