-
# Hero Description
Tophoro is inspired by the characters Totoro(Studio Ghibli) and Toph(Avatar). His personality reminds Thoph's: he is cute but extremely strong and determined to fight; and his bo…
-
- [x] Fragment のプロパティに binding を持たせ続けてしまうとメモリリークを起こしてしまう危険性があります。公式にもあるように onDestroyView に null を代入したりしてメモリの解放を行うと良いです。
- https://developer.android.com/topic/libraries/view-binding#fragments
- [ ]…
-
**Describe the project you are working on:** 2D Action Adventure with stacked Sprites+spritesheet textures
**Describe the problem or limitation you are having in your project:**
Composing multip…
-
Compose version: 1.4.3
Kotlin version : 1.9.0
After cloning the Compose KMM template found here https://github.com/JetBrains/compose-multiplatform-ios-android-template#readme, I added the Voyager li…
-
-
I'm trying to create a canvas element containing an animation, but I'm not sure how to compose the canvas itself with the render Effect.
With React, you can use a `componentDidMount` callback to re…
-
#### Environment details
maps-compose: 2.11.4
#### Steps to reproduce
I added a simple project to [this repo](https://github.com/joaocaseiro/MapClustersIssue) where the issue can be seen.
…
-
Hey there! Great job with this library, it's such a quick and easy way to improve UX. I encountered an issue where the animations do not work when a container is not initially rendered in the DOM. I c…
j3lev updated
2 years ago
-
Great plugin!
One use case of such a plugin is often to display someone writing code.
We might want to style the text to represent tags, values, attributes, etc... differently.
Or at least if too d…
-
I'm trying to build a simple app which animates a red circle following the user's finger as it's dragged vertically on the screen.
The problem I'm having is that the animation stops completely while …