Pen Settings

HTML

CSS

CSS Base

Vendor Prefixing

Add External Stylesheets/Pens

Any URLs added here will be added as <link>s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.

+ add another resource

JavaScript

Babel includes JSX processing.

Add External Scripts/Pens

Any URL's added here will be added as <script>s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.

+ add another resource

Packages

Add Packages

Search for and use JavaScript packages from npm here. By selecting a package, an import statement will be added to the top of the JavaScript editor for this package.

Behavior

Auto Save

If active, Pens will autosave every 30 seconds after being saved once.

Auto-Updating Preview

If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.

Format on Save

If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.

Editor Settings

Code Indentation

Want to change your Syntax Highlighting theme, Fonts and more?

Visit your global Editor Settings.

HTML

              
                <button class="dl-parachute">
    <span class="success">Complete</span>
    <div class="arrow">
        <svg class="base" viewBox="0 0 48 48">
            <path d="M23.191 46.588C23.379 46.847 23.68 47 24 47C24.32 47 24.621 46.847 24.809 46.588L40.809 24.588C41.03 24.284 41.062 23.881 40.892 23.546C40.72 23.211 40.376 23 40 23H31V2C31 1.448 30.552 1 30 1H18C17.448 1 17 1.448 17 2V23H7.99999C7.62399 23 7.27999 23.211 7.10899 23.546C6.93799 23.881 6.96999 24.284 7.19199 24.588L23.191 46.588Z" />
        </svg>
        <svg class="parachute" viewBox="0 0 28 32">
            <path d="M27.5 20.2542C26.9093 23.9345 24.4253 32 14 32C3.57466 32 1.09075 23.9345 0.5 20.2542L0.502764 19.04L12.756 0H15.244L27.4972 19.04C27.4972 19.4629 27.5 20.2542 27.5 20.2542ZM25.8243 19.0357L14.933 3.0248V18.5033C15.9843 18.5979 16.8727 18.8393 17.7587 19.0801C18.887 19.3867 20.0115 19.6923 21.4639 19.6923C22.9864 19.6923 24.6154 19.3565 25.8243 19.0357ZM13.067 18.5033V3.0248L2.17572 19.0357C3.38456 19.3565 5.01356 19.6923 6.5361 19.6923C7.98852 19.6923 9.113 19.3867 10.2413 19.0801C11.1273 18.8393 12.0157 18.5979 13.067 18.5033Z" />
        </svg>
    </div>
    <svg class="circle" viewBox="0 0 280 124">
        <path d="M81.5 62C81.5006 29.6913 107.691 3.50059 140 3.5C172 3.5 198.505 30.1029 198.5 62C198.495 94.1709 172.67 120.225 140.5 120.5C108.054 120.777 81.4994 94.447 81.5 62Z" />
    </svg>
    <svg class="line" viewBox="0 0 280 128"></svg>
    <span class="number"><span>0</span>%</span>
</button>

<!-- twitter / dribbble -->
<a class="dribbble" href="https://dribbble.com/ai" target="_blank"><img src="https://dribbble.com/assets/logo-small-2x-9fe74d2ad7b25fba0f50168523c15fda4c35534f9ea0b1011179275383035439.png" alt=""></a>
<a class="twitter" target="_blank" href="https://twitter.com/aaroniker_me"><svg xmlns="http://www.w3.org/2000/svg" width="72" height="72" viewBox="0 0 72 72"><path d="M67.812 16.141a26.246 26.246 0 0 1-7.519 2.06 13.134 13.134 0 0 0 5.756-7.244 26.127 26.127 0 0 1-8.313 3.176A13.075 13.075 0 0 0 48.182 10c-7.229 0-13.092 5.861-13.092 13.093 0 1.026.118 2.021.338 2.981-10.885-.548-20.528-5.757-26.987-13.679a13.048 13.048 0 0 0-1.771 6.581c0 4.542 2.312 8.551 5.824 10.898a13.048 13.048 0 0 1-5.93-1.638c-.002.055-.002.11-.002.162 0 6.345 4.513 11.638 10.504 12.84a13.177 13.177 0 0 1-3.449.457c-.846 0-1.667-.078-2.465-.231 1.667 5.2 6.499 8.986 12.23 9.09a26.276 26.276 0 0 1-16.26 5.606A26.21 26.21 0 0 1 4 55.976a37.036 37.036 0 0 0 20.067 5.882c24.083 0 37.251-19.949 37.251-37.249 0-.566-.014-1.134-.039-1.694a26.597 26.597 0 0 0 6.533-6.774z"></path></svg></a>
              
            
!

CSS

              
                .dl-parachute {
    --color-text: #fff;
    --color-icon: #fff;
    --color-line: #fff;
    --svg-y: 0px;
    --arrow-x: 0px;
    --arrow-y: 2px;
    --arrow-r: 0deg;
    --line-opacity: 0;
    --circle-opacity: 1;
    --parachute-o: 1;
    --parachute-y: 0px;
    --parachute-s: 0;
    --line-progress-o: 0;
    --line-progress: 260px;
    --success-y: 12px;
    --success-o: 0;
    --number-y: 12px;
    --number-o: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    outline: none;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Inter';
    position: relative;
    width: 120px;
    height: 120px;
    svg {
        display: block;
        pointer-events: none;
        &.circle,
        &.line {
            width: 280px;
            height: 124px;
            position: absolute;
            left: -80px;
            stroke-width: 3px;
            stroke-linecap: round;
            stroke: var(--color-line);
            fill: none;
        }
        &.circle {
            top: -2px;
            opacity: var(--circle-opacity);
            transform: translateY(var(--svg-y)) rotate(180deg);
        }
        &.line {
            height: 128px;
            bottom: -65px;
            opacity: var(--line-opacity);
            .progress {
                stroke-width: 6px;
                stroke-dasharray: 260px;
                opacity: var(--line-progress-o);
                stroke-dashoffset: var(--line-progress);
            }
        }
    }
    .arrow {
        position: absolute;
        left: 36px;
        top: 36px;
        transform: translate(var(--arrow-x), var(--arrow-y)) rotate(var(--arrow-r));
        .base {
            fill: var(--color-icon);
            width: 48px;
            height: 48px;
        }
        .parachute {
            position: absolute;
            width: 28px;
            height: 32px;
            fill: var(--color-icon);
            left: 10px;
            bottom: -26px;
            transform-origin: 50% 0%;
            opacity: var(--parachute-o);
            transform: translateY(var(--parachute-y)) scale(var(--parachute-s));
        }
    }
    .number,
    .success {
        position: absolute;
        left: 0;
        right: 0;
        top: var(--t, 144px);
        text-align: center;
        color: var(--color-text);
        opacity: var(--o, var(--number-o));
        transform: translateY(var(--y, var(--number-y)));
    }
    .success {
        --t: 12px;
        --o: var(--success-o);
        --y: var(--success-y);
    }
}

html {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

* {
    box-sizing: inherit;
    &:before,
    &:after {
        box-sizing: inherit;
    }
}

// dribbble & twitter
body {
    overflow: hidden;
    min-height: 100vh;
    font-family: 'Inter';
    display: flex;
    justify-content: center;
    align-items: center;
    background: #275EFE;
    .dribbble {
        position: fixed;
        display: block;
        right: 20px;
        bottom: 20px;
        img {
            display: block;
            width: 76px;
        }
    }
    .twitter {
        position: fixed;
        display: block;
        right: 112px;
        bottom: 14px;
        svg {
            width: 24px;
            height: 24px;
            fill: white;
        }
    }
}
              
            
!

JS

              
                gsap.registerPlugin(MorphSVGPlugin)

document.querySelectorAll('.dl-parachute').forEach(button => {
    let circle = button.querySelector('.circle path'),
        arrow = button.querySelector('.arrow path'),
        line = new Proxy({
            y: null
        }, {
            set(target, key, value) {
                target[key] = value
                if(target.y !== null) {
                    button.querySelector('.line').innerHTML = getPath(target.y, .2)
                }
                return true
            },
            get(target, key) {
                return target[key]
            }
        }),
        number = button.querySelector('.number span'),
        count = { number: 0 }
    line.y = 64.5

    button.addEventListener('click', e => {
        e.preventDefault()

        if(button.classList.contains('active')) {
            return
        }

        button.classList.add('active')

        gsap.timeline().to(circle, {
            morphSVG: 'M10 120.5C11.5 120.5 29.1914 120.5 61.5 120.5C78.5 120.5 108.054 120.777 140.5 120.5C172.67 120.225 201.5 120.5 218.5 120.5C250.397 120.5 268.5 120.5 270 120.5',
            duration: .15,
            onComplete() {
                gsap.set(button, {
                    '--circle-opacity': 0,
                    '--line-opacity': 1
                })
            }
        }).to(button, {
            '--svg-y': '120px',
            '--arrow-y': '44px',
            duration: .15
        }, 0).to(button, {
            '--arrow-y': '-72px',
            duration: .3,
            ease: 'power1.out'
        }).to(button, {
            '--arrow-y': '40px',
            '--line-progress': '0px',
            duration: 3,
            delay: .15,
            onStart() {
                gsap.to(button, {
                    '--line-progress-o': 1
                })
            }
        }).to(count, {
            number: 100,
            roundProps: 'number',
            duration: 3,
            onUpdate: () => number.innerHTML = count.number
        }, .6).to(button, {
            '--parachute-o': 0,
            '--parachute-y': '12px',
            duration: .2
        }).to(button, {
            '--arrow-y': '20px',
            duration: .7,
            ease: 'elastic.out(1, .8)'
        })

        gsap.to(button, {
            '--parachute-s': 1,
            '--number-o': 1,
            '--number-y': '0px',
            duration: .2,
            delay: .4
        })

        gsap.to(button, {
            ease: 'linear',
            keyframes: [{
                '--arrow-r': '190deg',
                '--arrow-x': '-12px',
                duration: .6,
                delay: .6
            }, {
                '--arrow-r': '170deg',
                '--arrow-x': '12px',
                duration: .6
            }, {
                '--arrow-r': '185deg',
                '--arrow-x': '-6px',
                duration: .7
            }, {
                '--arrow-r': '180deg',
                '--arrow-x': '0px',
                duration: .5
            }]
        })

        gsap.to(button, {
            '--arrow-r': '180deg',
            duration: .3
        })

        gsap.to(line, {
            keyframes: [{
                y: 24,
                duration: .15,
                delay: .125
            }, {
                y: 64.5,
                duration: .8,
                ease: 'elastic.out(1, .5)'
            }]
        })

        gsap.to(button, {
            '--success-o': 1,
            '--success-y': '0px',
            duration: .25,
            delay: 3.825
        })

        gsap.to(arrow, {
            morphSVG: 'M28.5858 10.0503C29.3669 9.2692 30.6332 9.2692 31.4142 10.0503L42.5 21.136C43.8807 22.5167 43.8807 24.7553 42.5 26.136C41.1193 27.5168 38.8807 27.5167 37.5 26.136L31.4142 20.0502C30.6332 19.2692 29.3669 19.2692 28.5858 20.0503L10.5 38.136C9.11931 39.5167 6.88073 39.5168 5.50002 38.136C4.11931 36.7553 4.11931 34.5167 5.50002 33.136L28.5858 10.0503Z',
            duration: .2,
            delay: 3.8
        })

    })
})


function getPoint(point, i, a, smoothing) {
    let cp = (current, previous, next, reverse) => {
            let p = previous || current,
                n = next || current,
                o = {
                    length: Math.sqrt(Math.pow(n[0] - p[0], 2) + Math.pow(n[1] - p[1], 2)),
                    angle: Math.atan2(n[1] - p[1], n[0] - p[0])
                },
                angle = o.angle + (reverse ? Math.PI : 0),
                length = o.length * smoothing;
            return [current[0] + Math.cos(angle) * length, current[1] + Math.sin(angle) * length];
        },
        cps = cp(a[i - 1], a[i - 2], point, false),
        cpe = cp(point, a[i - 1], a[i + 1], true);
    return `C ${cps[0]},${cps[1]} ${cpe[0]},${cpe[1]} ${point[0]},${point[1]}`;
}

function getPath(update, smoothing) {
    let points = [
            [10, 64.5],
            [140, update],
            [270, 64.5]
        ],
        d = points.reduce((acc, point, i, a) => i === 0 ? `M ${point[0]},${point[1]}` : `${acc} ${getPoint(point, i, a, smoothing)}`, '');
    return `<path d="${d}" /><path class="progress" d="${d}" />`;
}

              
            
!
999px

Console