mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Added CircleIndicate animation
This commit is contained in:
parent
551501b69e
commit
05e073325e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue