Fritz

Results 77 comments of Fritz

This appears to be working in v5.2.0 demo: https://codesandbox.io/s/silly-roentgen-mylgix

HTML-native lazy loading works: https://codesandbox.io/s/kind-noether-gz172v

Here's an example of a variable `autoplayInterval` to solve the issue you originally intended to tackle: https://codesandbox.io/s/variable-autoplayinterval-nuka-carousel-ohsoub?file=/src/App.js As for avoiding zooming, it's an inherent issue that we cannot differentiate between...

Actually, it looks like that previous version was not all that janky, and a [demo using the current nuka-carousel version](https://codesandbox.io/s/janky-slideindex-exceeding-example-forked-gijbe3?file=/src/App.js) works just fine with it as well. Going to close...

As of 5.2.0, this has been fixed. You can test here to see: https://codesandbox.io/s/blazing-moon-duy07s

#941 and #947 added back in some basic jest tests for some utility functions, just FYI.

I attempted to do this but had no success. It appears the `CodePane` prop `highlightRanges` does not handle being changed post-render. https://codesandbox.io/s/synchronized-animations-example-codepane-spectacle-b0jwzy?file=/src/index.js I think the API of `CodePane` could use...

It's not documented right now for whatever reason, but you can pass `backdropStyle` to the `Deck` component and change the color there. Demo: https://codesandbox.io/s/custom-backdrop-style-spectacle-lfcrrf If you're using TypeScript, which also...

Adding the Feature Request label because modifying backdrop style via `backdropStyle` should be a documented feature, supported by types as well.

Confirmed as fixed. Demo here: https://codesandbox.io/s/spectacle-code-scroll-problem-forked-ldms7y?file=/src/index.js