You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I inherit from SKLottieView and use this class for showing an animation, the animation is not running / visible. We want to use inheritance to make some customization.
Code
I'm using inheritance like this. If I use CustomSKLottieView, it does not show the animation (see reproduction sample).
public class CustomSKLottieView : SKLottieView
{
}
Expected Behavior
Animations also work when using inheritance.
Actual Behavior
Animation are not working when using inheritance.
Basic Information
Version with issue: 2.0.0-preview.61
IDE: Rider
Platform: Android and iOS
Target Devices: iOS simulator / Android emulator
Screenshots
(App should show the animation twice, at the top SKLottieView is used, at the bottom a inherited class is used)
Description
If I inherit from SKLottieView and use this class for showing an animation, the animation is not running / visible. We want to use inheritance to make some customization.
Code
I'm using inheritance like this. If I use CustomSKLottieView, it does not show the animation (see reproduction sample).
Expected Behavior
Animations also work when using inheritance.
Actual Behavior
Animation are not working when using inheritance.
Basic Information
Screenshots
(App should show the animation twice, at the top SKLottieView is used, at the bottom a inherited class is used)
Reproduction Link
LottieReproduction.zip
The text was updated successfully, but these errors were encountered: