hrgdavor / jscadui

MIT License
30 stars 7 forks source link

[animation] [feature request] different buttons for play/stop of animation #118

Open Hermann-SW opened 1 month ago

Hermann-SW commented 1 month ago

Currently there is "P" button, that does start animation as well as stops it.

Simple enhancement:

Or better use "⏯" and "⏹".

hrgdavor commented 1 month ago

I opted for S and P for initial implementation. somehow "⏯" and "⏹". looked uglier.

using proper icons will in a next step, the code to notify animation status and code to change button text are functioning, good enough for now.