-
I will list here some typos I discover as I browse through the site...
- http://dragonbones.com/en/animation.html
"Connect Animation Creation and Game Programing Pipeline" -> "Connect Animation Cr…
-
## Kind (Required)
- Improvement
## Overview (Required)
- Add a Preview for animtion and check it out in the animation preview.
## Links
- https://developer.android.com/jetpack/compo…
-
The current Animation system :
A GameObject can have an `Animator` which can contains multiple `Animation`.
Each `Animation` is composed of multiple `AnimationGroup`.
The current system works bu…
-
I am trying the Compose Basic Codelab example. After adding the animation, the app crashes whenever I click on "Show more" / "Show less" button.
Codelab : [https://developer.android.com/codelabs/j…
-
### Already reported ? *
- [X] I have searched the existing open and closed issues.
### Regression?
No
### System Info and Version
System/Version info
```sh
Hyprland, built from branch at c…
-
Using the CupertinoDatePicker on JVM Desktop with Compose 1.7.0 results in a crash.
To me it looks like that the `rememberSnapFlingBehavior()` now takes a parameter less than before.
```
…
-
Strange enough, it works without `--release` mode.
I'm using JVM17 and AGP8 btw.
```
java.lang.IncompatibleClassChangeError: Class 'android.content.res.XmlBlock$Parser' does not implement interf…
-
Will this https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-lifecycle.html be integrated in any form?
-
La modale "Stopper les animations" permet d'arrêter les animations au sein de la page web
Elle se compose :
ZONE 2 : Ne pas oublier l'icône non disponible sur l'image jointe
le nom de la modale r…
-
I created a project using the new Compose multiplatform template creator (https://kmp.jetbrains.com/). I then integrated libres and added an image. I added a composable function under commonMain in …