Hennadii Chernyshchyk
Hennadii Chernyshchyk
No, I didn't configure it. I assume it is the default.
> I don't like that the resource for controlling state transitions is called Fsm. > I propose calling it something like StateControl. Has "state" in the name, easy to find,...
@dano6, looks nice! Are you planning to submit a PR?
@dano6, thanks! Works correctly with `org.kde.breeze`. But with `Plasma` theme my interface sometimes freezes. Especially when I'm trying to change the theme to another one.
@djeedai Makes sense... Maybe we should keep only `Tween` objects loopable, but turn `Tracks` into a simple array to allow users to apply multiply `Tween`s to the same object?
@djeedai sorry for confusion, I didn't mean indexing. If I understand correctly, I can't execute multiply loopable tweens in parallel with `Tracks`. Is it correct? I would expect `Tracks` to...
> So Tracks wouldn't implement Tweenable. Oh, I see. Hm... Maybe instead of having tracks, we allow could to store multiply tweenable objects inside the `Animator`?
@azarmadr Makes sense to me. So we will be able to store multiply `Tweenable` objects inside the `Animator` object?
> I'm open to discuss modifying Tracks, or even adding a new Tweenable type, if there's a use case that's not currently covered @djeedai I mentioned the use-case in the...
Ah, I figured out that the library is built directly using `std::ostream` :(