UNPKG

material-design-kit

Version:

Interactive web components inspired from Material Design, using vanilla CSS, JavaScript and HTML.

13 lines (11 loc) 419 B
// import effects import { HEADER_SCROLL_EFFECT_WATERFALL } from './waterfall' import { HEADER_SCROLL_EFFECT_FX_CONDENSES } from './fx-condenses' // export effects export { HEADER_SCROLL_EFFECT_WATERFALL } from './waterfall' export { HEADER_SCROLL_EFFECT_FX_CONDENSES } from './fx-condenses' // export list export const HEADER_SCROLL_EFFECTS = [ HEADER_SCROLL_EFFECT_WATERFALL, HEADER_SCROLL_EFFECT_FX_CONDENSES ]