mirror of
https://github.com/3b1b/manim.git
synced 2025-07-31 22:13:30 +08:00
Added CircleIndicate animation
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user