Added CircleIndicate animation

This commit is contained in:
Sridhar Ramesh
2018-02-15 14:44:23 -08:00
parent 551501b69e
commit 05e073325e

View File

@ -214,7 +214,7 @@ class Indicate(Transform):
target.highlight(self.color) target.highlight(self.color)
Transform.__init__(self, mobject, target, **kwargs) Transform.__init__(self, mobject, target, **kwargs)
class HighlightCircle(Indicate): class CircleIndicate(Indicate):
CONFIG = { CONFIG = {
"rate_func" : squish_rate_func(there_and_back, 0, 0.8), "rate_func" : squish_rate_func(there_and_back, 0, 0.8),
"remover" : True "remover" : True