Marc Frame

Results 5 issues of Marc Frame

how do you fade in from black? I tried using backgroundColor but it doesn't work ```ts ... import Radium, { StyleRoot } from 'radium'; import { fadeIn } from 'react-animations'...

I'm having an issue where the zoomed in image has a distorted resolution. I've rememedied this by including in my css ```css #react-modal-image-img{ object-fit: contain; } ``` But I'm wondeirng...

does this work for SvelteKit?

I get this response indicating that it violates the terms of service ```html Site Review Acceptable Use Information body{display:none !important;} section.site-review-content p { margin-bottom: 1em; color: #454545; } section.site-review-content h1...

I have the following structure to my app ``` ``` when I remove the margin, the shadow is aligned with the active div I've tried other methods of moving the...