Total animation duration in secs in preview mode

I guess it would be helpful to have the total animation duration in seconds in preview mode.
I know it’s just a multiplication between frame duration and number of frames but it wouold be faster to have it displayed next to the single frame duration.

it could help to better visualize and sync timers and to swap animations as smooth as possible.

There are times where u don’t want to use the “animation finished condition” bcs unwanted behaviour may happens when animation is changed and not finished or when you are changing anim in the same state. eg…some idle trasnsitions.While it can be done, sometimes i use timers , so to visualize better the animation duration and set the tempo in timers it would be a nice info to know.(even if they’re not totally in sync).

it could help even to better estimate the total number of loops times or to trigger an events at specific (“ESTIMATED”) time without the need to know which frame the anim is on.