I'm attempting to create this using only CSS: Codepen
and I would like to achieve the same effect but solely with CSS. This is what my CSS looks like:
.text{
--a: calc(var(--a);*0.82+(1.5-var(--b);)/10);
--b: calc(var(--b);+var(--a););
transform: scale(var(--b););
}
Unfortunately, it's not working as intended. I've attempted numerous solutions without success. Any assistance would be greatly appreciated!
A list of resources I referenced in creating this non-working CSS: