Orbital icon indicating copy to clipboard operation
Orbital copied to clipboard

🪐 Jetpack Compose Multiplatform library that allows you to implement dynamic transition animations such as shared element transitions.

Results 8 Orbital issues
Sort by recently updated
recently updated
newest added

**Please complete the following information:** - Library Version [e.g. v0.20] - Affected Device(s) [Samsung Galaxy A53 with Android 12.0] **Describe the Bug:** Getting this error: is compiled by a pre-release...

## Guidelines Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a...

Given for example I have this component: ``` val container = rememberContentWithOrbitalScope { Box( modifier = Modifier .animateSharedElementTransition(this, SpringSpec(stiffness = 500f), SpringSpec(stiffness = 500f) ) .fillMaxSize() .clip(RoundedCornerShape(16.dp)) .background(Color.White), ) }...

``` ViewCompat.setOnApplyWindowInsetsListener(findViewById(android.R.id.content)) { view, insets -> val bottom = insets.getInsets(WindowInsetsCompat.Type.ime()).bottom view.updatePadding(bottom = bottom) insets } ``` Components wrapped into `Orbital {...}` do not resize if padding were to be updated...

**Please complete the following information:** - Library Version 0.3.3 - Affected Device(s) Pixel Tablet, Pixel 7 Pro, Windows Subsystem for Android **Describe the Bug:** When using [this overload](https://github.com/skydoves/Orbital/blob/main/orbital/src/commonMain/kotlin/com/skydoves/orbital/Orbital.kt#L54-L85) of `Orbital(...

Hello, Good morning, Hope you are doing well. Actually I am stuck in an issue where I have to implement the animation feature like WhatsApp and Twitter. Hope you have...

**Please complete the following information:** - Library Version com.github.skydoves:orbital:0.4.0 [versions] agp = "8.6.1" compose-plugin = "1.7.0-beta02" kotlin = "2.1.0-Beta1" - Affected Device(s) Google pixel 4XL **Describe the Bug:** https://issuetracker.google.com/issues/335082217 use...