What Animation do You Use Here - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

What Animation do You Use Here

F

fabiana

SP Page Builder 3 years ago
0
1 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #58050

Hi,

CSS3

.blog-item {
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.03);
  border-radius: 4px;
  margin-bottom: 30px;
  overflow: hidden;
  transition: .4s ease-out;
}


.blog-item:hover {
 box-shadow:0 20px 20px 0 rgba(43,46,48,.1);
 transform:translateY(-3px)
}

Use for your own class, that's all I can help. Becuase we don't teach CSS here.

0