@foolevil
The animation is declared via this file: ROOT/templates/ja_resume/less/joomla.less
You look for this:
//
// Isotope Layout
// --------------------------------------------------------
.blog {
.ja-masonry-wrap {
.item {
article {
border: 1px solid @t3-border-color;
padding: @t3-global-padding / 1.5;
.box-shadow(0 0 0 rgba(0, 0, 0, 0.1));
.transition(box-shadow 0.2s ease 0s);
}
&:hover {
//article {
//border: 1px solid darken(@t3-border-color, 5%);
//.box-shadow(0 0 4px 1px rgba(0, 0, 0, 0.2));
//}
and comment as above
P/s: you will need to backup of all css files first then compile less to css to take effect.