The twentytwenty.css stylesheet could simply have a class called .twentytwenty-handle:active with cursor: grabbing and then when the user grabbed the slider, the cursor changed from grab (open hand) to grabbing (closed hand). It's just a small and non-important feature but in my opinion looks really nice having that "animation"!
The
twentytwenty.css
stylesheet could simply have a class called.twentytwenty-handle:active
withcursor: grabbing
and then when the user grabbed the slider, the cursor changed fromgrab
(open hand) tograbbing
(closed hand). It's just a small and non-important feature but in my opinion looks really nice having that "animation"!