Advertisement
Guest User

Untitled

a guest
Aug 12th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. .hvr-grow {
  2. display: inline-block;
  3. vertical-align: middle;
  4. -webkit-transform: perspective(1px) translateZ(0);
  5. transform: perspective(1px) translateZ(0);
  6. box-shadow: 0 0 1px transparent;
  7. -webkit-transition-duration: 1.0s;
  8. transition-duration: 1.3s;
  9. -webkit-transition-property: transform;
  10. transition-property: transform;
  11. }
  12. .hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  13. -webkit-transform: scale(1.1);
  14. transform: scale(1.1);
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement