mirror of
https://github.com/3b1b/manim.git
synced 2025-08-19 13:01:00 +00:00
uncertainty progress
This commit is contained in:
parent
d35ba7b196
commit
e92e718122
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ class FourierTradeoff(Scene):
|
|||
|
||||
#Draw items
|
||||
self.add(time_axes, frequency_axes)
|
||||
self.play(ShowCreation(wave_packet))
|
||||
self.play(ShowCreation(wave_packet, rate_func = double_smooth))
|
||||
self.play(
|
||||
ReplacementTransform(
|
||||
wave_packet.copy(),
|
||||
|
|
Loading…
Add table
Reference in a new issue