Stori Modern is a new direct to consumer company looking to sell luxury outdoor furniture directly to the public via the internet. No dealers, no reps, no brick and mortar, just a website. And so we know the site would need work flawlessly.
The Brand Hatchery provided the beautiful custom theme as part of their branding and identity package. We implemented it to the pixel. We especially enjoyed getting to animate their cool new balloon logo.
We originally built Stori Modern on the Magento 1.9.x platform and handled all of the configurations and integration. We later migrated the site to Magento 2.3.x. We continue to provide support, maintenance, upgrades, updates, and product uploads.
We are grateful for the opportunity to participate in the process of creating a brand new company from inception to launch. If you’re looking for beautiful, comfortable outdoor furniture you should check out StoriModern.com!
.stori-modern-logo svg:hover #Balloon {
transform: translateY(0);
animation-name: add-hot-air;
animation-duration: 2s;
animation-iteration-count: 1;
animation-timing-function: ease-in-out;
animation-direction: normal;
}
@keyframes add-hot-air {
0% {
transform: translateY(0);
}
75% {
transform: translateY(-100px);
}
100% {
transform: translateY(0);
}
}