sekoyo / react-image-crop

A responsive image cropping tool for React
ISC License
3.77k stars 339 forks source link

marching-ants border animation obscured when using isCircularCrop prop #546

Closed RwwL closed 1 year ago

RwwL commented 1 year ago

image

I noticed this while getting started setting this up in my own app and verified that the same issue occurs on the CodeSandboxDemo when you use the isCircularCrop prop.

Ideally (probably) the ants would march around the ellipse shown.

sekoyo commented 1 year ago

Thanks, since I'm not sure how to achieve an animated marching ant effect on a div with a rounded border radius I've switched to use static dashed border for circular crops

RwwL commented 1 year ago

@DominicTobias Yeah, I started researching whether this could be possible with CSS radial-gradients but very quickly questioned whether it was even possible, or if it'd be worth the effort.

Thanks for creating and maintaining this package, though, it's really very nice. Very impressed with the keyboard navigation options.