mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 14:47:44 +00:00
Moved nn/ to old_projects
This commit is contained in:
parent
50a6581710
commit
330cc0cd95
12 changed files with 1 additions and 1 deletions
|
|
@ -250,7 +250,7 @@ class BabyPiCreature(PiCreature):
|
|||
for pupil in self.pupils:
|
||||
pupil.scale_in_place(self.pupil_scale_factor)
|
||||
self.look(looking_direction)
|
||||
|
||||
|
||||
class Blink(ApplyMethod):
|
||||
CONFIG = {
|
||||
"rate_func" : squish_rate_func(there_and_back)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue