Skip to content
#

animations

Here are 1,664 public repositories matching this topic...

behackl
behackl commented Sep 15, 2021

Description of proposed feature

In some situations when using become, it is annoying to first take care of positioning as well: for example,

t = Text("A wild circle appears!").shift(UP)
self.play(t.animate.become(Text("foo")))

does the correct thing by changing t to the text foo (but centered at the origin instead of at the location of the old mobject). However, sometimes

ViewAnimator
tsparticles
swiftui-animation-library

SwiftUI Animation Library. Useful SwiftUI animations including Loading/progress, Looping, On-off, Enter, Exit, Fade, Spin and Background animations that you can directly implement in your next iOS application or project. The library also contains huge examples of spring animations such as Inertial Bounce, Shake, Twirl, Jelly, Jiggle, Rubber Band, Kitchen Sink and Wobble effects. Browse, find and download the animation that fits your needs.

  • Updated Aug 18, 2021

Improve this page

Add a description, image, and links to the animations topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the animations topic, visit your repo's landing page and select "manage topics."

Learn more