Say hello to GPT-4o, our new flagship model which can reason across audio, vision, and text in real time: https://t.co/MYHZB79UqN
Text and image input rolling out today in API and ChatGPT with voice and video in the coming weeks.
Little CSS Christmas tree for the holidays ๐
Powered by CSS custom properties ๐ช
~100 lines of CSS
The trick is in the animation-delay โจ
For example;
<div class=๐ด style="--index: 2;">
.๐ด {
animation-delay: calc(var(--index) * -0.2s);
}
@CodePen link below! ๐