Removing FadeInFromDown and FadeOutAndShiftDown
See original GitHub issueIn my opinion they are completly useless since when FadeInFromand FadeOutAndShift are called direction = DOWN is set by default.
(And FadeInFrom(mobject, direction = DOWN) , FadeOutAndShift(mobject, direction = DOWN) are equivalent)
EDIT : I mixed up FadeIn and FadeInFrom. I’m talking about the latter; FadeIn is fine
Issue Analytics
- State:
- Created 3 years ago
- Comments:13 (10 by maintainers)
Top Results From Across the Web
What's new - manim documentation
Deleted FadeInFrom, FadeInFromDown, FadeOutAndShift, FadeOutAndShiftDown, FadeInFromLarge , these can be used FadeIn, FadeOut to achieve the same effect ...
Read more >Manim-Guide/README.md at master - GitHub
Description: Removes mobject from screen while animating. ... FadeInFromDown; FadeOutAndShift; FadeOutAndShiftDown; VFadeIn(VGroup); VFadeOut(VGroup) ...
Read more >v0.2.0 - Docs - Manim Community
Breaking Changes: Remove all CONFIG dictionaries and all calls to ... and deprecation of FadeInFromDown and FadeOutAndShiftDown (#827).
Read more >[06-1-B] Animation : Creation series
FadeInFromDown, mobject, Make object appear slowly as it rises from the ... ani[1:]), run_time=4) self.wait() self.remove(name_text, mobs).
Read more >Fading - output.To
Class FadeOutAndShiftDown(FadeOutAndShift) Example ... FadeInFromDown(FadeInFrom). fading. ... import FadeOut, FadeOutAndShift, FadeOutAndShiftDown class ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I prefer the latter. It is always frustrating when stuff disappears without prior notice. If nobody else is currently on it, I might be able to prepare a PR to solve this issue.
From a user’s perspective, it is strange to have specific functions for fading from one direction, but not from others. Even though I am too small a sample to be representative, I would prefer a generic function with the direction given as a parameter and a reasonable default.