-
I'm trying to import some AnimationControllers that are a part of an asset pack that uses FBX for the meshes. From my understanding the animations themselves are a part of the FBX files. All of the ot…
-
### Tested versions
v4.2.stable.mono.official [46dc27791]
v4.2.1.stable.mono.official [b09f793f5]
### System information
Godot v4.2.stable.mono - Windows 10.0.22621 - Vulkan (Forward+) - ded…
-
The class `AlignmentGeometryTween` extends from `Tween`, this means that when creating an animation out of it, the animation will be an `Animation`. (note how AlignmentGeometry can be null)
https:…
-
The following assertion was thrown during a scheduler callback:
'package:flutter/src/animation/animation_controller.dart': Failed assertion: line 789 pos 12: 'elapsedInSeconds >= 0.0': is not true.
…
-
### Use case
Currently one just can implement animated (monochrome/colored) icons by variable fonts using something like,
1. Download https://github.com/Typogram/Anicons/raw/master/webfonts/Anic…
-
## Steps to Reproduce
CODE:
```
import 'package:flutter/material.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
…
-
how animate sprite or load sprite sheet?
-
I have an example at https://github.com/xster/flutter-test/tree/master/t33_animation_with_native
Even after the second view controller was presentViewController'ed, the FlutterViewController still …
xster updated
4 months ago
-
### Already reported ? *
- [X] I have searched the existing open and closed issues.
### Regression?
No
### System Info and Version
System/Version info
```sh
Hyprland, built from br…
-
Continuing to try and get a basic countdown going. Sample code uses the flare speed control example https://github.com/luigi-rosso/flare_control_speed_example/blob/master/lib/main.dart
Using flare_…