ken-burns-carousel icon indicating copy to clipboard operation
ken-burns-carousel copied to clipboard

🌄 A web component that displays a set of images with a ken burns effect

Results 4 ken-burns-carousel issues
Sort by recently updated
recently updated
newest added

Couldn't find any way to make the initial image opacity 1. Would be really nice if there was an option to have the initial image show and then fade all...

Part of the WCAG2.1 spec states that 'For any moving, blinking or scrolling information that (1) starts automatically, (2) lasts more than five seconds, and (3) is presented in parallel...

Having the images specced in an attribute is a bit too React-ish. Consider using slots instead. This would also give to possibility to use and for assigning srcset for responsive...

Is there a recommended way to define custom animations? I tried creating one myself and including this in the page's stylesheet: ``` @keyframes ken-burns-test { to { transform: scale3d(1.05, 1.05,...