flickity-fade icon indicating copy to clipboard operation
flickity-fade copied to clipboard

Prevent negative progress & opacity

Open joshuapease opened this issue 5 years ago • 1 comments

A likely bugfix for #1. It would be awesome to see this issue resolved

joshuapease avatar Feb 14 '20 17:02 joshuapease

This line should actually be: progress = Math.abs(progress / distance);

@David-Bascom Hah! Yep! Fixed it

joshuapease avatar Feb 18 '20 23:02 joshuapease