Skip to main content

All Questions

0 votes
1 answer
27 views

Why does my animatedWidth variable doesn't change with the function animateTo?

I have an animation it's a green rectangle that grows in length inside a white outlined rectangle. It was working fine before I adjusted the layout. Now the green rectangle simply doesn't grow. If I ...
Deusnominus's user avatar
0 votes
0 answers
91 views

How to Synchronize Animations of Multiple Rows in Jetpack Compose?

I'm working on a Jetpack Compose application where I have multiple rows of components that I want to animate simultaneously. The animation in the first row(scale) is different from the second row(...
Akhil's user avatar
  • 329
3 votes
1 answer
74 views

Eliminating Blinking Effect in Rotational Animation of List Elements

I'm working with a list of three elements, say [A, B, C], and I'm attempting to create a rotational animation with them. The sequence of this animation would be A B, B C, C A, A B, and so on, ...
pepperlove's user avatar
1 vote
0 answers
69 views

Jetpack Compose Shared Element Transition Bug?

so i have this shared element transition bug or maybe i just implement it wrong in compose, you can see the bug on this video video. as you can see at first the transition between list screen and ...
agung Dwi's user avatar
0 votes
0 answers
20 views

rememberAnimatedVectorPainter speed up the animation dinamically

I have an animated-vector that I want to change the speed dynamically in jetpack compose, here is what I have at the moment.your text I'm using the LaunchedEffect in order to loop the animation, and ...
Owen Yamil Sahagun Ortega's user avatar
1 vote
0 answers
25 views

Exo player animation is canceled

I want to animate the visibility of the exo player after clicking on the button, but the player suddenly disappears or appears suddenly. @Composable fun TestPlayerScreen( modifier: Modifier = ...
Rodion's user avatar
  • 11
1 vote
1 answer
82 views

How to make the animation expand upward when using Modifier.animateContentSize() in Jetpack Compose?

I'm trying to make a layout, in this case a Column, expand upward vertically on the press of a button. It's not working. It's only expanding downward. When launched it displays a dark gray column. The ...
Bob Rasner's user avatar
-1 votes
1 answer
52 views

How to get LazyColumn click position

I have a LazyColumn, click one item to navigate to a new screen. I want the Animation transition to be similar to the Gmail app to open a mail to the detail page. I don't need to use the ...
penghaitao's user avatar
1 vote
1 answer
174 views

How to animate SearchBox placeholder text using Android Jetpack Compose?

I want to animate the placeholder of my SearchBar Composable just like the Google Play Store searchbar placeholder. I tried to do it, but it does not seem to be as subtle as the Google Play Store. ...
Curious Head's user avatar
1 vote
0 answers
58 views

How to create a zoom animation in Jetpack Compose

I'm new to Jetpack Compose and this is the first animation I'm trying to produce. I'm trying to make an animation that enlarges the size of my icon and then returns it to its original size. I would ...
zigg-zigg's user avatar
2 votes
1 answer
968 views

Jetpack Compose Lazy Column swipe to delete animation does not end smoothly

I am implementing a simple TODO app using Jetpack Compose. I have the following problem: when I try to delete an element (card) from my LazyColumn by swiping from right to left the animation doesn't ...
pochopsp's user avatar
  • 768
0 votes
0 answers
27 views

How reset detectHorizontalDragGestures

I use code for listen swipe Card( modifier = Modifier .offset { IntOffset(offset.roundToInt(), 0) } .pointerInput(Unit) { ...
Pavlo Kravchenko's user avatar
1 vote
2 answers
337 views

Android compose, scale in image without cropping?

I would like this image to 'scale in' to the app, but without being cropped to the original image size. This works great, just as I want until I put the image within a row, column, box, etc. The below ...
80sTron's user avatar
  • 111
0 votes
1 answer
112 views

Jetpack Compose, better method to animate vector translation? Newer libraries are not working

I have a vector animation in my jetpack compose app where the translation animation repeats indefinitely and this has been working well until recent updates to drawablepainter up to 0.33.2 (working) ...
80sTron's user avatar
  • 111
0 votes
1 answer
48 views

How to apply stacking animation to composables within Column composable in jetpack compose?

I have a list of languages wihtin Column() composable. I want to apply stacking animation to all composables within Column() composable. I wrote some code for the same and its working partially. It's ...
CODAR747's user avatar
  • 124

15 30 50 per page
1
2 3 4 5
9