mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
* `Uncreate()` works with `rate_func` ,fix #2469
Place the reverse of `rate_func` to become part of the process in `Uncreate()`.
The original `uncreate()` is implemented by setting a specific value to `rate_func`.
Now, if you want to set parameter`rate_func` when using `Uncreate()`, you can set the parameter `reverse_rate_func` to `Uncreate()`.
Examples
```python
.. manim:: ShowUncreate
class ShowUncreate(Scene):
def construct(self):
self.play(Uncreate(Square(), reverse_rate_func=linear))
```
But problems remains when you try to pass parameter `rate_func` to `Scene.play()`
* fix issue #2469
* Add parameter reversed to class Animation
Fix an error in the last [commit](
|
||
|---|---|---|
| .. | ||
| bring_to_back_introducer.npz | ||
| create.npz | ||
| DrawBorderThenFill.npz | ||
| FadeIn.npz | ||
| FadeOut.npz | ||
| GrowFromCenter.npz | ||
| GrowFromEdge.npz | ||
| GrowFromPoint.npz | ||
| ShrinkToCenter.npz | ||
| SpinInFromNothing.npz | ||
| uncreate.npz | ||
| uncreate_rate_func.npz | ||
| z_index_introducer.npz | ||