code4romania / centrucivic

Mozilla Public License 2.0
0 stars 1 forks source link

C4R-1161 - Partial fixed counter trigger on scroll and changed animat… #29

Closed AndreeaMariaP closed 1 year ago

AndreeaMariaP commented 1 year ago

…ion duration to be faster and steadier as input increases

Task C4R-1161

duration = value * 0.0001 + 1 means that if value = 1 => duration 1.0001 sec value = 1000 => duration 1.1 sec As input value increases, duration keeps steady so that both numbers finish at the same time.

stackblitz[bot] commented 1 year ago

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.