This repository was archived by the owner on Aug 19, 2022. It is now read-only.
This repository was archived by the owner on Aug 19, 2022. It is now read-only.
fade in from black #35
Open
Description
how do you fade in from black?
I tried using backgroundColor but it doesn't work
...
import Radium, { StyleRoot } from 'radium';
import { fadeIn } from 'react-animations'
...
const animations = {
fadein: {
animation: 'x 3s',
animationName: Radium.keyframes(fadeIn, 'bounce'),
backgroundColor: 'black',
}
}
...
<StyleRoot>
<img style={animations.fadein as React.CSSProperties} src={background_img} className={style.calltoaction_image} />
</StyleRoot>
Metadata
Metadata
Assignees
Labels
No labels