Abdelrahman-Nassar / Shopify

0 stars 0 forks source link

Animations CSS home page #9

Open Abdelrahman-Nassar opened 3 months ago

Abdelrahman-Nassar commented 3 months ago

.collection__title.title-wrapper { width: max-content; } h2 { overflow: hidden; border-right: 0.18em solid pink; white-space: nowrap; font-size: 2.6rem; width: 0px; animation: typing 3s steps(100, end) forwards; }

.sliderslide { animation: slidey 20s cubic-bezier(1, 14, 1, 14) infinite; } .sliderslide:hover { } .collection .slider-buttons { display: none; }