UNPKG

react-seasonal-background

Version:
7 lines (6 loc) 191 B
"use strict"; module.exports.foregroundContainerStyle = function (length, delay) { return { animation: "fade ".concat(length || 5, "s ").concat(delay || 3, "s forwards linear") }; };