Search code examples
ripplecryptocurrency

Awesome Effect on Ripple XRP Website


I recently decided to check the new website for the Ripple (XRP) cryptocurrency and as a web developer, the showcase blew my mind. Can someone explain to me how this is possible and how can I replicate this effect. Thanks!

https://ripple.com/xrp/


Solution

  • Try google.com. DYOR first my friend.

    Have a look at this.
    Looks like a pure css implementation

    perspective: 1px;
    transform: translateZ(-1px) scale(2);
    

    being your key words.