diff --git a/src/app/OutfitPreview.js b/src/app/OutfitPreview.js index b1c7e94..613d70a 100644 --- a/src/app/OutfitPreview.js +++ b/src/app/OutfitPreview.js @@ -43,9 +43,9 @@ export function OutfitLayers({ loading, visibleLayers, doAnimations = false }) { {visibleLayers.map((layer) => ( - // We manage the fade-in and fade-out separately! The fade-out - // happens here, when the layer exits the DOM.