diff --git a/src/app/components/OutfitPreview.js b/src/app/components/OutfitPreview.js index 4209fdd..54e4de6 100644 --- a/src/app/components/OutfitPreview.js +++ b/src/app/components/OutfitPreview.js @@ -100,7 +100,6 @@ export function OutfitLayers({ loadingDelayMs = 500, spinnerVariant = "overlay", doTransitions = false, - onChangeHasAnimations = null, isPaused = true, }) { const containerRef = React.useRef(null); @@ -177,19 +176,22 @@ export function OutfitLayers({ // We manage the fade-in and fade-out separately! The fade-out // happens here, when the layer exits the DOM. key={layer.id} - classNames={css` - &-exit { - opacity: 1; - } - - &-exit-active { - opacity: 0; - transition: opacity 0.2s; - } - `} timeout={200} > - + {layer.canvasMovieLibraryUrl ? (