0

Does anyone know a library (preferably react) that could help in achieving such effect in zoom in/out when clicking on plate https://work.co/?

alex.mironov
  • 2,834
  • 6
  • 27
  • 41

1 Answers1

0

I think to achieve such effects you need to use css3 transform and transition property. Also you can use react to fetch data add events on div.

Gaurav Joshi
  • 964
  • 6
  • 12
  • that is definitely true, I'd just like to have some more high-level tool or library helping to achieve those transitions. – alex.mironov Mar 05 '20 at 14:29