magnum icon indicating copy to clipboard operation
magnum copied to clipboard

[Feature Request] Magnum::Animation::Player able to play backward

Open Amphaal opened this issue 5 years ago • 1 comments

I swear I saw something about it somewhere in your cardboards 🤔

As I'm working on custom UI elements with embedded animations, the ability to conveniently reverse a Magnum::Animation::Track flow at the current animation timepoint is crucial to keep the UX feedback coherent, especially with mouse hovers.

Exposed members like Magnum::Animation::Player::resumeBackward() / Magnum::Animation::Player::playBackward() / Magnum::Animation::Player::timeDirection() would allow me to discard all my hacks to acheve the expected results.

Amphaal avatar Oct 26 '20 08:10 Amphaal

It's listed among the 100s other TODOs in #101, yep :)

I'll see what can be done, back when I was designing the API I tried to make sure this is implementable. Can't promise when that will be tho, I'm busy with the Vulkan backend right now.

mosra avatar Oct 30 '20 14:10 mosra