svelte-hamburgers
Version:
Svelte Hamburgers is a component based on the popular hamburgers.css
34 lines (33 loc) • 509 B
JavaScript
export const HAMBURGER_TYPES = Object.freeze([
'3dx',
'3dx-r',
'3dy',
'3dy-r',
'3dxy',
'3dxy-r',
'arrow',
'arrow-r',
'arrowalt',
'arrowalt-r',
'arrowturn',
'arrowturn-r',
'boring',
'collapse',
'collapse-r',
'elastic',
'elastic-r',
'emphatic',
'emphatic-r',
'minus',
'slider',
'slider-r',
'spin',
'spin-r',
'spring',
'spring-r',
'stand',
'stand-r',
'squeeze',
'vortex',
'vortex-r',
]);