-
Updated
May 19, 2022 - C++
animations
Here are 1,931 public repositories matching this topic...
-
Updated
Dec 1, 2021 - Java
The current example app is a really simple approach on what can be done with ViewAnimator. Even though the library is not complex to integrate and use on your own projects it would be nice to show how to use different animations in different scenarios.
I'd be replicating the app should on the animations Complex header.
<image src="https://cdn.dribbble.com/users/702789/screenshots/381608
-
Updated
Apr 11, 2022 - Visual Basic .NET
-
Updated
May 7, 2021 - Java
-
Updated
Aug 6, 2021
-
Updated
Apr 24, 2022 - JavaScript
-
Updated
Aug 26, 2020 - Vue
-
Updated
May 7, 2022 - JavaScript
-
Updated
May 20, 2022 - JavaScript
Lerna is officially deprecated, a new monorepo tool is needed. NX looks good, but I need to look if it suits this project perfectly or if other tools are needed. Also, RushJS seems a good alternative, I tried it once but with all these projects it may take forever to configure since there were no globs when I tried it.
Any external help is welcome, I've only used Lerna with this project.
-
Updated
Apr 28, 2022 - JavaScript
-
Updated
Jul 2, 2020 - Objective-C
-
Updated
Feb 20, 2022 - Kotlin
-
Updated
Oct 15, 2021 - Swift
-
Updated
Nov 16, 2020 - Java
In order to have a well documented API we need to describe what each class, struct, enum and method responsibilities are and how to use it.
-
Updated
Apr 7, 2022 - JavaScript
Currently, the framework is lagging unit testing. Add some unit test.
-
Updated
May 20, 2022 - TypeScript
-
Updated
Mar 2, 2022 - JavaScript
-
Updated
Jul 14, 2020 - Swift
-
Updated
May 17, 2022 - Python
Improve this page
Add a description, image, and links to the animations topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the animations topic, visit your repo's landing page and select "manage topics."
The documentation
get_direction
method forCylinder
mentions a function calledshoelace_direction
which returns a string, either "CW" or "CCW". However, the implementation ofget_direction
returns a 3d vector. This is the correct behavior in this context, but the documentation is incorrect.