question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Removing FadeInFromDown and FadeOutAndShiftDown

See original GitHub issue

In 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:closed
  • Created 3 years ago
  • Comments:13 (10 by maintainers)

github_iconTop GitHub Comments

5reactions
PhilippImhofcommented, May 31, 2020

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.

3reactions
PhilippImhofcommented, May 30, 2020

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found