UNPKG

react-seasonal-background

Version:
6 lines (5 loc) 155 B
module.exports.foregroundContainerStyle = (length, delay) => { return { animation: `fade ${length || 5}s ${delay || 3}s forwards linear` } };