11 lines
229 B
Markdown
11 lines
229 B
Markdown
up:: [[manim animations]]
|
|
title:: "`Indicate(Mobject)`"
|
|
#s/informatique/langage/python
|
|
|
|
---
|
|
|
|
Indiquer un objet : le faire grandir un peu, et changer sa couleur (les deux effets sont temporaire).
|
|
|
|
```python
|
|
Indicate(Mobject)
|
|
``` |