persian-datepicker-next-version icon indicating copy to clipboard operation
persian-datepicker-next-version copied to clipboard

Animations on small values does not work correctly

Open mort3za opened this issue 4 years ago • 0 comments

Something I noticed when I was testing is that animations in small values does not work correctly, e.g. animate-speed=10.

image

Previous picker remains in screen.

Steps to reproduce:

  • set animate-speed=1
  • click on change view two times to show year picker
  • click on a year
<div
      inline="true"
      calendar-type="persian"
      data-date="1593425713933"
      animate-speed=1
      view-mode="day"
      id="container"
    ></div>

mort3za avatar Jul 10 '20 18:07 mort3za