snozbot / fungus

An easy to use Unity 3D library for creating illustrated Interactive Fiction games and more.
MIT License
1.6k stars 291 forks source link

Add duration to set slider value command. #939

Open Vaqq opened 3 years ago

Vaqq commented 3 years ago

Is your feature request related to a problem? Please describe. Right now "Set slider value" command set's slider value instantly, it would be nice, if there would be duration option(time it takes to slider reach it's value, from current one).

Describe the solution you'd like. Add duration option to set slider value command. Default value would be 0=instant, just like right now.