Display static value, without animation
Closed this issue · 1 comments
bartpat commented
We need possibility to display odoo as a "static" value, with odoo look/style & digits positioning but without animation - i.e. when value === initialValue
coderitual commented
At this point the only way achieving this is to use a static easing function () => 1
. I will update if I have a better API for such behaviour.