UNPKG

opacity

Version:

A simple tool used to progressively reduce the opacity (get it?) of a website from any given date.

4 lines (3 loc) 171 B
import { Duration } from 'date-fns'; export declare function enable(from: Date, to: Duration | Date, animated?: boolean): (() => void) | undefined; export default enable;