-
has memory leaks, however I have made another class that uses a runnable and not the Value animator thing.... contact me incase one needs the class.
-
I have created an animation which splits an image horizontaly and translate both parts in opposite direction :
final AnimatorSet mSetAnim = new AnimatorSet();
final Animator topAnim = ObjectAnimator.…
-
Thank you for your nice library!
It would be good to have another effect on transition
The following example create a presentation from bottom to up leaving a small portion of screen free on top.
…
-
One aspect of Web Animations that is missing, and that requires people to abandon the idea of using Web Animations in favor of JavaScript libraries like [Tween.js](https://github.com/tweenjs/tween.js)…
-
Currently there is no API exposed to rotate the value text in BarChart and I think it would be great to have when numbers are large and overlap with each other. But the same effect can be achieved usi…
-
Looking into a prototype for general animation (as noted by https://github.com/phetsims/joist/issues/404).
I've checked in some code that is not refined or final by any means.
Some thoughts/opin…
-
The following code, when using `ApelServerRenderer.client`, does not behave the same as when using `ApelServerRenderer.create` (server-side rendering).
```java
ParticleSphere particleSphere = new …
-
**I'm submitting a bug report**
* **Library Version:**
aurelia-animator-css 1.0.4
aurelia-bootstrapper 2.3.2
aurelia-cli 1.2.3
**Please tell us about your environment:**
* **Operating Syst…
-
I have implemented a drag and drop system for `Sprite` and would like to build on this by having sprite ease back towards its original position after being dropped.
Here I came across some limitat…
-
In my application I use the `FFmpegFrameRecorder` with the following configuration:
```java
recorder.setFormat("matroska"); // mp4 doesn't support streaming
recorder.setAudioCodec(AV_CODEC_ID_NON…