Skip to content

Commit

Permalink
Editing old name animations
Browse files Browse the repository at this point in the history
  • Loading branch information
3b1b committed Jan 12, 2020
1 parent 24d077f commit ada09f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 113 deletions.
6 changes: 3 additions & 3 deletions from_3b1b/active/diffyq/part2/fourier_series.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,18 +372,18 @@ def get_path(self):
return path


class FourierOfName(FourierOfPiSymbol, MovingCameraScene):
class FourierOfTexPaths(FourierOfPiSymbol, MovingCameraScene):
CONFIG = {
"n_vectors": 100,
"name_color": WHITE,
"name_text": "Abc",
"animated_name": "Abc",
"time_per_symbol": 5,
"slow_factor": 1 / 5,
"parametric_function_step_size": 0.01,
}

def construct(self):
name = TextMobject(self.name_text)
name = TextMobject(self.animated_name)
max_width = FRAME_WIDTH - 2
max_height = FRAME_HEIGHT - 2
name.set_width(max_width)
Expand Down
110 changes: 0 additions & 110 deletions from_3b1b/old/name_animation.py

This file was deleted.

0 comments on commit ada09f1

Please sign in to comment.