File size: 1,006 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
export const SANDBOXES = {
'Animating Auto': 'ucvbf',
'Basic Trail': 'yps54',
'Basic Transition': 'cisbc',
Card: 'pf74x',
'Cards Stack': 'to6uf',
'Chaining Transition and a Spring': 'q6ffu',
'CSS Variables': '8x50e',
'CSS Gradients': 'xg8jhi',
'CSS Keyframes': '9c5jx',
'Draggable List': 'zfy9p',
'Exit Before Enter': 'exkei',
'Flip Card': 'cju2d',
'Floating Button': 'dqxvqu',
'Goo Blobs': 'o2tp9',
'Horizontal Parallax': '3zqcj',
'Image Fade': '1t9hh',
'List Reordering': '279ct',
'MacOS Dock': '6zchkl',
'Masonry Grid': 'mdovb',
'Multistage Transitions': 'k467x',
'Native Slide': '3filx',
Noise: 'ggyzkv',
'Notification Hub': 'v1i1t',
'Popup Modal': 'ycouuu',
'Rocket decay': 'ko4c6',
'Scrolling Wave': 'b07dmz',
'Springy Boxes': '4g105j',
'Sticky Parallax': '3hsg6',
'Smile Grid': 'uqpn4f',
'Svg Filter': 'mvxd3',
'Tree List': 'nlzui',
'Vertical Parallax': 'h1rrv',
Viewpager: '8s3kf',
'WebGL Switch': 's0w9i0',
Wordle: '90qj1i',
}
|