mirror of
https://github.com/3b1b/manim.git
synced 2025-08-20 05:14:12 +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
|
#Draw items
|
||||||
self.add(time_axes, frequency_axes)
|
self.add(time_axes, frequency_axes)
|
||||||
self.play(ShowCreation(wave_packet))
|
self.play(ShowCreation(wave_packet, rate_func = double_smooth))
|
||||||
self.play(
|
self.play(
|
||||||
ReplacementTransform(
|
ReplacementTransform(
|
||||||
wave_packet.copy(),
|
wave_packet.copy(),
|
||||||
|
|
Loading…
Add table
Reference in a new issue