Can anyone tell me what is the name of the transition effect used in the slider here https://www.rimac-automobili.com ? As far as I can tell it uses swiper.js, but the effect is different from the standard ones. Many thanks.
Asked
Active
Viewed 46 times
0
-
It's a few transitions one after another (triggered by @keyframes probably). one of them responsible for the 3d effect is `transform: translate3d(0px, -1874px, 0px);` – IT goldman Jan 06 '23 at 16:07