manim/example_scenes
Dan Walsh 0bc593a8a0
Add SpiralIn Animation (#2404)
* Added a cool animation.

* Added Spiral Effect

* Added SpiralIn to logo.py

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Made a better example to show how to use SpiralIn.

* Added docstring

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Removed SpiralInExample.py, and moved my example into basic.py with its friends.

* Update manim/animation/creation.py

Gotcha, yeah. I like this.

Co-authored-by: GameDungeon <60719255+GameDungeon@users.noreply.github.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Fixing docstring

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update manim/animation/creation.py

Co-authored-by: Darylgolden <darylgolden@gmail.com>

* imported TAU from constants.py.

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Got rid of redundant, weird factor of 8 multiplication which was confusing. Now default value is 8.

* Added the ability to modify the opacity effect at the beginning.

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Something is still wrong with opacity in this commit, but it's a step forward...

* Fixed the opacity issues. Seems I have to re-save the mobject state immediately after restoring it every time.

* Added fade_in_fraction to basic.py so people learning how to use it can understand the usage a bit better.

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: danielkwalsh <dan@crossnokaye.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: GameDungeon <60719255+GameDungeon@users.noreply.github.com>
Co-authored-by: Darylgolden <darylgolden@gmail.com>
2022-03-12 21:32:22 +08:00
..
assets Add example_scenes/opengl.py 2021-03-01 19:43:03 -08:00
advanced_tex_fonts.py Flake8 Changes + Fixing Warnings (#1968) 2021-09-03 13:45:48 -04:00
basic.py Add SpiralIn Animation (#2404) 2022-03-12 21:32:22 +08:00
custom_template.tex simplified example scene 2020-10-09 15:11:50 +02:00
customtex.py Change of Complier and Output format (#1363) 2021-04-19 00:58:21 -07:00
manim.cfg Flake8 Changes + Fixing Warnings (#1968) 2021-09-03 13:45:48 -04:00
manim_jupyter_example.ipynb Added `media_embed` config option to control whether media in Jupyter notebooks is embedded (#2442) 2022-02-23 09:35:39 +00:00
opengl.py Cache view matrix for :class:~.OpenGLCamera (#2516) 2022-02-05 03:31:21 +00:00