-
Updated
May 12, 2020 - JavaScript
animations
Here are 934 public repositories matching this topic...
Description
colorFilters are present in the README.md but are missing an explanation and example in the API.md file
Steps to Reproduce
- Go to the API docs https://github.com/react-native-community/lottie-react-native/blob/master/docs/api.md
Expected behavior: As a Developer I'd like to see how to use colorFilters
Actual behavior: Adequate colorFilter documentation
-
Updated
Sep 20, 2017 - 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
Jul 4, 2019 - Java
-
Updated
Jun 7, 2019
Changing the prop width on the elastic menu from the default of 300 creates a gap in the menu background:
The code:
<Menu
right
width={ 500 }
...
/>Creates the following result:
**I guess at least part of the problem is the hardco
-
Updated
Jan 8, 2020 - Vue
-
Updated
Mar 31, 2020 - JavaScript
- spine-libgdx
- spine-csharp
- spine-xna
- spine-monogame
- spine-unity
- spine-tk2d
- spine-c
- spine-cpp
- spine-sfml
- spine-cocos2d-objc
- spine-cocos2dx
- spine-ue4
- spine-ts core
- spine-ts webgl
- spine-ts canvas
- spine-ts threejs
- spine-as3
- spine-starling
- [ ]
-
Updated
Mar 18, 2020 - Swift
The func value set of type:fabric customFabricFrameSource does not recieve any parameters. For example, you cannot pass a text to https://github.com/mifi/editly/blob/master/examples/customFabric.js.
Following patch can fix it.
diff --git a/sources/fabricFrameSource.js b/sources/fabricFrameSource.js
index 74b8299..c88238c 100644
--- a/sources/fabricFrameSource.js
+++ b/sources/fab
Lots of stuff is missing, for example that you're able to create your own emitter. Also things can be explained in a better way.
I'm using this library on Android L API 21 and the back and next buttons have for the entire intro the colors of the first slide. Please, can you suggest me a solution for this problem? It works perfectly on Android Nougat
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
Oct 16, 2019 - Java
-
Updated
Oct 10, 2019 - Swift
Currently, the framework is lagging unit testing. Add some unit test.
-
Updated
Apr 23, 2020 - JavaScript
Hi there!
I found a spelling error in the documentation and I figured I'd report it. In the delayGenerator section:
However, if you wish to insert delays at specific points in the animation, consider useing the Delay Component instead.
'useing' should be spelled using.
:)
-
Updated
May 20, 2018 - JavaScript
-
Updated
Dec 6, 2019 - C#
-
Updated
Mar 31, 2020 - CSS
-
Updated
Dec 9, 2019 - Swift
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."






What did you do?
Using the City Guide example
What did you expect to happen?
If I select a cell (say Toronto) I expect Toronto to be the cell that performs the 'present modally' segue animation
What happened instead?
instead another random cell expands
General Information
iOS Version(s): 13
Swift Version: 5
Devices/Simulators: iphone x
Reproducibl