does anyone know who prisma website implement the ...
# orm-help
l
does anyone know who prisma website implement the code example animation?
using which tool, it looks awesome.
v
yup. I had the same question. I went into their code to see but it was all generated svg through some react based library
l
yeah, curious which tool is. maybe using airbnb Lottie?
n
cc @Matt Mueller (Prisma Client PM)
m
Thanks for the kind words! We first looked into a couple of libraries, but eventually settled on doing the keyframes by hand. It was a lot of keyframes 😅 @kuldar then polished it and took it to the next level using the Framer Motion library. He can speak more to what Framer Motion provided. Definitely worth a blog post covering this technique at some point!
l
cool
j
hey @Matt Mueller (Prisma Client PM), has there ever been any update / blog post on this? Super curious 😮 thanks! 🙂
m
I never got around to writing a blog post, but I did elaborate in this discussion: https://github.com/prisma/prisma/discussions/3345. Good luck!
👍 1