-
### Description
Rive Renderer renders transparent animations incorrectly.
### Provide a Repro
minimal iOS SwiftUI app demonstrating the issue:
https://github.com/OlegBezr/RiveTransparentBug
#…
-
![IMG_0351](https://user-images.githubusercontent.com/35585005/70843311-15485680-1de5-11ea-8a69-74acf262a46e.PNG)
skysf updated
4 years ago
-
Could you please add any pop transition example (even if it will be simple)?
From your blog post:
```
In this post I covered the push operation, the pop operation is pretty similar, we'll only ne…
Gargo updated
3 weeks ago
-
This shouldn't happen.
It doesn't matter if `isAnimationEnabled` is set to `true` or `false`.
Example:
```swift
URLImageSourceView(
imageUrl,
isAnimationEnabled: false,
label: Text("title"…
melgu updated
4 years ago
-
If the SwiftUI View has animations, the snapshot will be partially or completely empty (for example, a blank white image).
The following methods are possible.
- Disabling the animation effect.
- …
-
When using mas to automate gathering information about Apps, it would be nice to be able to retrieve additional metadata such as the Description, "What's New", and Category (and potentially all the ot…
-
This is blocking the release of compose-cupertino 0.2.0-alpha05 which will enable support for compose-multiplatform 1.7.0
I've got one PR to breakdown the components to help with debugging: https:/…
-
### How frequently does the bug occur?
All the time
### Description
When annotating a Realm object as `@StateObject` or `@ObservedObject`, a crash happens if this object is unmanaged. If the object…
-
Greetings, great library.
I may be using the APIs incorrectly here, but I can only get the cross fade to function using the legacy animation modifier. Is this usage incorrect? How can I get the cr…
-
**(not a priority for now)**
it's bad practice to use `withAnimation` block inside view model, better to use animation modifier in that case, something like `.animation(.default, value:…