HTML preprocessors can make writing HTML more powerful or convenient. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. So you don't have access to higher-up elements like the <html>
tag. If you want to add classes there that can affect the whole document, this is the place to do it.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. If you need things in the <head>
of the document, put that code here.
The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https.
CSS preprocessors help make authoring CSS easier. All of them offer things like variables and mixins to provide convenient abstractions.
It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset. Or, choose Neither and nothing will be applied.
To get the best cross-browser support, it is a common practice to apply vendor prefixes to CSS properties and values that require them to work. For instance -webkit-
or -moz-
.
We offer two popular choices: Autoprefixer (which processes your CSS server-side) and -prefix-free (which applies prefixes via a script, client-side).
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.
You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself.
You can also link to another Pen here (use the .css
URL Extension) and we'll pull the CSS from that Pen and include it. If it's using a matching preprocessor, use the appropriate URL Extension and we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
JavaScript preprocessors can help make authoring JavaScript easier and more convenient.
Babel includes JSX processing.
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.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
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.
Using packages here is powered by esm.sh, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ESM usage.
All packages are different, so refer to their docs for how they work.
If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.
If active, Pens will autosave every 30 seconds after being saved once.
If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.
If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.
Visit your global Editor Settings.
<div class="white">
<button class="add-to-cart">
<span>Add to cart</span>
<svg class="morph" viewBox="0 0 64 13">
<path d="M0 12C6 12 17 12 32 12C47.9024 12 58 12 64 12V13H0V12Z" />
</svg>
<div class="shirt">
<svg class="first" viewBox="0 0 24 24">
<path d="M4.99997 3L8.99997 1.5C8.99997 1.5 10.6901 3 12 3C13.3098 3 15 1.5 15 1.5L19 3L22.5 8L19.5 10.5L19 9.5L17.1781 18.6093C17.062 19.1901 16.778 19.7249 16.3351 20.1181C15.4265 20.925 13.7133 22.3147 12 23C10.2868 22.3147 8.57355 20.925 7.66487 20.1181C7.22198 19.7249 6.93798 19.1901 6.82183 18.6093L4.99997 9.5L4.5 10.5L1.5 8L4.99997 3Z" />
<g>
<path d="M16.3516 9.65383H14.3484V7.83652H14.1742V9.8269H16.5258V7.83652H16.3516V9.65383Z" />
<path d="M14.5225 6.01934V7.66357H14.6967V7.4905H14.8186V7.66357H14.9928V6.01934H14.8186V7.31742H14.6967V6.01934H14.5225Z" />
<path d="M14.1742 5.67319V7.66357H14.3484V5.84627H16.3516V7.66357H16.5258V5.67319H14.1742Z" />
<path d="M15.707 9.48071H15.8812V9.28084L16.0032 9.4807V9.48071H16.1774V7.83648H16.0032V9.14683L15.8812 8.94697V7.83648H15.707V9.48071Z" />
<path d="M15.5852 6.01931H15.1149V6.19238H15.5852V6.01931Z" />
<path d="M15.707 6.01934V7.66357H15.8812V7.46371L16.0032 7.66357H16.1774V6.01934H16.0032V7.32969L15.8812 7.12984V6.01934H15.707Z" />
<path d="M15.411 7.31742H15.2891V6.53857H15.411V7.31742ZM15.1149 7.66357H15.2891V7.4905H15.411V7.66357H15.5852V6.3655H15.1149V7.66357Z" />
<path d="M14.5225 8.69756L14.8186 9.18291V9.30763H14.6967V9.13455H14.5225V9.48071H14.9928V9.13456V9.13455L14.6967 8.64917V8.00956H14.8186V8.6586H14.9928V7.83648H14.5225V8.69756Z" />
<path d="M15.411 9.30763H15.2891V8.00956H15.411V9.30763ZM15.1149 9.48071H15.5852V7.83648H15.1149V9.48071Z" />
</g>
</svg>
<svg class="second" viewBox="0 0 24 24">
<path d="M4.99997 3L8.99997 1.5C8.99997 1.5 10.6901 3 12 3C13.3098 3 15 1.5 15 1.5L19 3L22.5 8L19.5 10.5L19 9.5L17.1781 18.6093C17.062 19.1901 16.778 19.7249 16.3351 20.1181C15.4265 20.925 13.7133 22.3147 12 23C10.2868 22.3147 8.57355 20.925 7.66487 20.1181C7.22198 19.7249 6.93798 19.1901 6.82183 18.6093L4.99997 9.5L4.5 10.5L1.5 8L4.99997 3Z" />
<g>
<path d="M16.3516 9.65383H14.3484V7.83652H14.1742V9.8269H16.5258V7.83652H16.3516V9.65383Z" />
<path d="M14.5225 6.01934V7.66357H14.6967V7.4905H14.8186V7.66357H14.9928V6.01934H14.8186V7.31742H14.6967V6.01934H14.5225Z" />
<path d="M14.1742 5.67319V7.66357H14.3484V5.84627H16.3516V7.66357H16.5258V5.67319H14.1742Z" />
<path d="M15.707 9.48071H15.8812V9.28084L16.0032 9.4807V9.48071H16.1774V7.83648H16.0032V9.14683L15.8812 8.94697V7.83648H15.707V9.48071Z" />
<path d="M15.5852 6.01931H15.1149V6.19238H15.5852V6.01931Z" />
<path d="M15.707 6.01934V7.66357H15.8812V7.46371L16.0032 7.66357H16.1774V6.01934H16.0032V7.32969L15.8812 7.12984V6.01934H15.707Z" />
<path d="M15.411 7.31742H15.2891V6.53857H15.411V7.31742ZM15.1149 7.66357H15.2891V7.4905H15.411V7.66357H15.5852V6.3655H15.1149V7.66357Z" />
<path d="M14.5225 8.69756L14.8186 9.18291V9.30763H14.6967V9.13455H14.5225V9.48071H14.9928V9.13456V9.13455L14.6967 8.64917V8.00956H14.8186V8.6586H14.9928V7.83648H14.5225V8.69756Z" />
<path d="M15.411 9.30763H15.2891V8.00956H15.411V9.30763ZM15.1149 9.48071H15.5852V7.83648H15.1149V9.48071Z" />
</g>
</svg>
</div>
<div class="cart">
<svg viewBox="0 0 36 26">
<path d="M1 2.5H6L10 18.5H25.5L28.5 7.5L7.5 7.5" class="shape" />
<path d="M11.5 25C12.6046 25 13.5 24.1046 13.5 23C13.5 21.8954 12.6046 21 11.5 21C10.3954 21 9.5 21.8954 9.5 23C9.5 24.1046 10.3954 25 11.5 25Z" class="wheel" />
<path d="M24 25C25.1046 25 26 24.1046 26 23C26 21.8954 25.1046 21 24 21C22.8954 21 22 21.8954 22 23C22 24.1046 22.8954 25 24 25Z" class="wheel" />
<path d="M14.5 13.5L16.5 15.5L21.5 10.5" class="tick" />
</svg>
</div>
</button>
</div>
<div class="dark">
<button class="add-to-cart">
<span>Add to cart</span>
<svg class="morph" viewBox="0 0 64 13">
<path d="M0 12C6 12 17 12 32 12C47.9024 12 58 12 64 12V13H0V12Z" />
</svg>
<div class="shirt">
<svg class="first" viewBox="0 0 24 24">
<path d="M4.99997 3L8.99997 1.5C8.99997 1.5 10.6901 3 12 3C13.3098 3 15 1.5 15 1.5L19 3L22.5 8L19.5 10.5L19 9.5L17.1781 18.6093C17.062 19.1901 16.778 19.7249 16.3351 20.1181C15.4265 20.925 13.7133 22.3147 12 23C10.2868 22.3147 8.57355 20.925 7.66487 20.1181C7.22198 19.7249 6.93798 19.1901 6.82183 18.6093L4.99997 9.5L4.5 10.5L1.5 8L4.99997 3Z" />
<g>
<path d="M16.3516 9.65383H14.3484V7.83652H14.1742V9.8269H16.5258V7.83652H16.3516V9.65383Z" />
<path d="M14.5225 6.01934V7.66357H14.6967V7.4905H14.8186V7.66357H14.9928V6.01934H14.8186V7.31742H14.6967V6.01934H14.5225Z" />
<path d="M14.1742 5.67319V7.66357H14.3484V5.84627H16.3516V7.66357H16.5258V5.67319H14.1742Z" />
<path d="M15.707 9.48071H15.8812V9.28084L16.0032 9.4807V9.48071H16.1774V7.83648H16.0032V9.14683L15.8812 8.94697V7.83648H15.707V9.48071Z" />
<path d="M15.5852 6.01931H15.1149V6.19238H15.5852V6.01931Z" />
<path d="M15.707 6.01934V7.66357H15.8812V7.46371L16.0032 7.66357H16.1774V6.01934H16.0032V7.32969L15.8812 7.12984V6.01934H15.707Z" />
<path d="M15.411 7.31742H15.2891V6.53857H15.411V7.31742ZM15.1149 7.66357H15.2891V7.4905H15.411V7.66357H15.5852V6.3655H15.1149V7.66357Z" />
<path d="M14.5225 8.69756L14.8186 9.18291V9.30763H14.6967V9.13455H14.5225V9.48071H14.9928V9.13456V9.13455L14.6967 8.64917V8.00956H14.8186V8.6586H14.9928V7.83648H14.5225V8.69756Z" />
<path d="M15.411 9.30763H15.2891V8.00956H15.411V9.30763ZM15.1149 9.48071H15.5852V7.83648H15.1149V9.48071Z" />
</g>
</svg>
<svg class="second" viewBox="0 0 24 24">
<path d="M4.99997 3L8.99997 1.5C8.99997 1.5 10.6901 3 12 3C13.3098 3 15 1.5 15 1.5L19 3L22.5 8L19.5 10.5L19 9.5L17.1781 18.6093C17.062 19.1901 16.778 19.7249 16.3351 20.1181C15.4265 20.925 13.7133 22.3147 12 23C10.2868 22.3147 8.57355 20.925 7.66487 20.1181C7.22198 19.7249 6.93798 19.1901 6.82183 18.6093L4.99997 9.5L4.5 10.5L1.5 8L4.99997 3Z" />
<g>
<path d="M16.3516 9.65383H14.3484V7.83652H14.1742V9.8269H16.5258V7.83652H16.3516V9.65383Z" />
<path d="M14.5225 6.01934V7.66357H14.6967V7.4905H14.8186V7.66357H14.9928V6.01934H14.8186V7.31742H14.6967V6.01934H14.5225Z" />
<path d="M14.1742 5.67319V7.66357H14.3484V5.84627H16.3516V7.66357H16.5258V5.67319H14.1742Z" />
<path d="M15.707 9.48071H15.8812V9.28084L16.0032 9.4807V9.48071H16.1774V7.83648H16.0032V9.14683L15.8812 8.94697V7.83648H15.707V9.48071Z" />
<path d="M15.5852 6.01931H15.1149V6.19238H15.5852V6.01931Z" />
<path d="M15.707 6.01934V7.66357H15.8812V7.46371L16.0032 7.66357H16.1774V6.01934H16.0032V7.32969L15.8812 7.12984V6.01934H15.707Z" />
<path d="M15.411 7.31742H15.2891V6.53857H15.411V7.31742ZM15.1149 7.66357H15.2891V7.4905H15.411V7.66357H15.5852V6.3655H15.1149V7.66357Z" />
<path d="M14.5225 8.69756L14.8186 9.18291V9.30763H14.6967V9.13455H14.5225V9.48071H14.9928V9.13456V9.13455L14.6967 8.64917V8.00956H14.8186V8.6586H14.9928V7.83648H14.5225V8.69756Z" />
<path d="M15.411 9.30763H15.2891V8.00956H15.411V9.30763ZM15.1149 9.48071H15.5852V7.83648H15.1149V9.48071Z" />
</g>
</svg>
</div>
<div class="cart">
<svg viewBox="0 0 36 26">
<path d="M1 2.5H6L10 18.5H25.5L28.5 7.5L7.5 7.5" class="shape" />
<path d="M11.5 25C12.6046 25 13.5 24.1046 13.5 23C13.5 21.8954 12.6046 21 11.5 21C10.3954 21 9.5 21.8954 9.5 23C9.5 24.1046 10.3954 25 11.5 25Z" class="wheel" />
<path d="M24 25C25.1046 25 26 24.1046 26 23C26 21.8954 25.1046 21 24 21C22.8954 21 22 21.8954 22 23C22 24.1046 22.8954 25 24 25Z" class="wheel" />
<path d="M14.5 13.5L16.5 15.5L21.5 10.5" class="tick" />
</svg>
</div>
</button>
</div>
<!-- dribbble - twitter -->
<a class="dribbble" href="https://dribbble.com/ai" target="_blank"><img src="https://cdn.dribbble.com/assets/dribbble-ball-mark-2bd45f09c2fb58dbbfb44766d5d1d07c5a12972d602ef8b32204d28fa3dda554.svg" alt=""></a>
<a class="twitter" target="_top" 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>
.add-to-cart {
--background-default: #17171B;
--background-hover: #0A0A0C;
--background-scale: 1;
--text-color: #fff;
--text-o: 1;
--text-x: 12px;
--cart: #fff;
--cart-x: -48px;
--cart-y: 0px;
--cart-rotate: 0deg;
--cart-scale: .75;
--cart-clip: 0px;
--cart-clip-x: 0px;
--cart-tick-offset: 10px;
--cart-tick-color: #FF328B;
--shirt-y: -16px;
--shirt-scale: 0;
--shirt-color: #17171B;
--shirt-logo: #fff;
--shirt-second-y: 24px;
--shirt-second-color: #fff;
--shirt-second-logo: #17171B;
-webkit-tap-highlight-color: transparent;
-webkit-appearance: none;
outline: none;
background: none;
border: none;
padding: 12px 0;
width: 164px;
margin: 0;
cursor: pointer;
position: relative;
font-family: inherit;
&:before {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-radius: 5px;
transition: background .25s;
background: var(--background, var(--background-default));
transform: scaleX(var(--background-scale)) translateZ(0);
}
&:not(.active) {
&:hover {
--background: var(--background-hover);
}
}
span {
display: block;
text-align: center;
position: relative;
z-index: 1;
font-size: 14px;
font-weight: 600;
line-height: 24px;
color: var(--text-color);
opacity: var(--text-o);
transform: translateX(var(--text-x)) translateZ(0);
}
svg {
display: block;
width: var(--svg-width, 24px);
height: var(--svg-height, 24px);
position: var(--svg-position, relative);
left: var(--svg-left, 0);
top: var(--svg-top, 0);
stroke-linecap: round;
stroke-linejoin: round;
path {
fill: var(--svg-fill, none);
stroke: var(--svg-stroke, none);
stroke-width: var(--svg-stroke-width, 2);
}
}
.morph {
--svg-width: 64px;
--svg-height: 13px;
--svg-left: 50%;
--svg-top: -12px;
--svg-position: absolute;
--svg-fill: var(--background, var(--background-default));
transition: fill .25s;
pointer-events: none;
margin-left: -32px;
}
.shirt,
.cart {
pointer-events: none;
position: absolute;
left: 50%;
}
.shirt {
margin: -12px 0 0 -12px;
top: 0;
transform-origin: 50% 100%;
transform: translateY(var(--shirt-y)) scale(var(--shirt-scale));
svg {
--svg-fill: var(--shirt-color);
g {
--svg-fill: var(--svg-g-fill, var(--shirt-logo));
}
&.second {
--svg-fill: var(--shirt-second-color);
--svg-g-fill: var(--shirt-second-logo);
--svg-position: absolute;
clip-path: polygon(0 var(--shirt-second-y), 24px var(--shirt-second-y), 24px 24px, 0 24px);
}
}
}
.cart {
--svg-width: 36px;
--svg-height: 26px;
--svg-stroke: var(--cart);
top: 10px;
margin-left: -18px;
transform: translate(var(--cart-x), var(--cart-y)) rotate(var(--cart-rotate)) scale(var(--cart-scale)) translateZ(0);
&:before {
content: '';
display: block;
width: 22px;
height: 12px;
position: absolute;
left: 7px;
top: 7px;
background: var(--cart);
clip-path: polygon(0 0, 22px 0, calc(22px - var(--cart-clip-x)) var(--cart-clip), var(--cart-clip-x) var(--cart-clip));
}
path {
&.wheel {
--svg-stroke-width: 1.5;
}
&.tick {
--svg-stroke: var(--cart-tick-color);
stroke-dasharray: 10px;
stroke-dashoffset: var(--cart-tick-offset);
}
}
}
}
.white,
.dark {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.dark {
background: #17171B;
.add-to-cart {
--background-default: #fff;
--background-hover: #F2F2F9;
--text-color: #17171B;
--cart: #17171B;
--cart-tick-color: #FF328B;
--shirt-color: #fff;
--shirt-logo: #17171B;
--shirt-second-color: #17171B;
--shirt-second-logo: #fff;
}
}
html {
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
}
* {
box-sizing: inherit;
&:before,
&:after {
box-sizing: inherit;
}
}
// Center & dribbble
body {
min-height: 100vh;
display: flex;
font-family: 'Inter', Arial;
background: #F2F2F9;
.dribbble {
position: fixed;
display: block;
right: 20px;
bottom: 20px;
img {
display: block;
height: 28px;
}
}
.twitter {
position: fixed;
display: block;
right: 64px;
bottom: 14px;
svg {
width: 32px;
height: 32px;
fill: #1da1f2;
}
}
}
gsap.registerPlugin(MorphSVGPlugin)
document.querySelectorAll('.add-to-cart').forEach(button => {
let morph = button.querySelector('.morph path'),
shirt = button.querySelectorAll('.shirt svg > path')
button.addEventListener('pointerdown', e => {
if(button.classList.contains('active')) {
return
}
gsap.to(button, {
'--background-scale': .97,
duration: .15
})
})
button.addEventListener('click', e => {
e.preventDefault()
if(button.classList.contains('active')) {
return
}
button.classList.add('active')
gsap.to(button, {
keyframes: [{
'--background-scale': .97,
duration: .15
}, {
'--background-scale': 1,
delay: .125,
duration: 1.2,
ease: 'elastic.out(1, .6)'
}]
})
gsap.to(button, {
keyframes: [{
'--shirt-scale': 1,
'--shirt-y': '-42px',
'--cart-x': '0px',
'--cart-scale': 1,
duration: .4,
ease: 'power1.in'
}, {
'--shirt-y': '-40px',
duration: .3
}, {
'--shirt-y': '16px',
'--shirt-scale': .9,
duration: .25,
ease: 'none'
}, {
'--shirt-scale': 0,
duration: .3,
ease: 'none'
}]
})
gsap.to(button, {
'--shirt-second-y': '0px',
delay: .835,
duration: .12
})
gsap.to(button, {
keyframes: [{
'--cart-clip': '12px',
'--cart-clip-x': '3px',
delay: .9,
duration: .06
}, {
'--cart-y': '2px',
duration: .1
}, {
'--cart-tick-offset': '0px',
'--cart-y': '0px',
duration: .2,
onComplete() {
button.style.overflow = 'hidden'
}
}, {
'--cart-x': '52px',
'--cart-rotate': '-15deg',
duration: .2
}, {
'--cart-x': '104px',
'--cart-rotate': '0deg',
duration: .2,
clearProps: true,
onComplete() {
button.style.overflow = 'hidden'
button.style.setProperty('--text-o', 0)
button.style.setProperty('--text-x', '0px')
button.style.setProperty('--cart-x', '-104px')
}
}, {
'--text-o': 1,
'--text-x': '12px',
'--cart-x': '-48px',
'--cart-scale': .75,
duration: .25,
clearProps: true,
onComplete() {
button.classList.remove('active')
}
}]
})
gsap.to(button, {
keyframes: [{
'--text-o': 0,
duration: .3
}]
})
gsap.to(morph, {
keyframes: [{
morphSVG: 'M0 12C6 12 20 10 32 0C43.9024 9.99999 58 12 64 12V13H0V12Z',
duration: .25,
ease: 'power1.out'
}, {
morphSVG: 'M0 12C6 12 17 12 32 12C47.9024 12 58 12 64 12V13H0V12Z',
duration: .15,
ease: 'none'
}]
})
gsap.to(shirt, {
keyframes: [{
morphSVG: 'M4.99997 3L8.99997 1.5C8.99997 1.5 10.6901 3 12 3C13.3098 3 15 1.5 15 1.5L19 3L23.5 8L20.5 11L19 9.5L18 22.5C18 22.5 14 21.5 12 21.5C10 21.5 5.99997 22.5 5.99997 22.5L4.99997 9.5L3.5 11L0.5 8L4.99997 3Z',
duration: .25,
delay: .25
}, {
morphSVG: 'M4.99997 3L8.99997 1.5C8.99997 1.5 10.6901 3 12 3C13.3098 3 15 1.5 15 1.5L19 3L23.5 8L20.5 11L19 9.5L18.5 22.5C18.5 22.5 13.5 22.5 12 22.5C10.5 22.5 5.5 22.5 5.5 22.5L4.99997 9.5L3.5 11L0.5 8L4.99997 3Z',
duration: .85,
ease: 'elastic.out(1, .5)'
}, {
morphSVG: 'M4.99997 3L8.99997 1.5C8.99997 1.5 10.6901 3 12 3C13.3098 3 15 1.5 15 1.5L19 3L22.5 8L19.5 10.5L19 9.5L17.1781 18.6093C17.062 19.1901 16.778 19.7249 16.3351 20.1181C15.4265 20.925 13.7133 22.3147 12 23C10.2868 22.3147 8.57355 20.925 7.66487 20.1181C7.22198 19.7249 6.93798 19.1901 6.82183 18.6093L4.99997 9.5L4.5 10.5L1.5 8L4.99997 3Z',
duration: 0,
delay: 1.25
}]
})
})
})
Also see: Tab Triggers