Hi Chico Gois,
We have fixed this issue and updated to the template download package. The main reason is that the SCSS compiler cannot compile the keyframe in the scss file. So we have deleted the keyframe rules in the
_element.scss file. It's working fine now.
Code:
// Add icon animation
@keyframes icon-ani {
0% {
transform: scale(1);
}
25% {
transform: scale(1.2);
}
40% {
transform: scale(1);
}
60% {
transform: scale(1.2);
}
100% {
transform: scale(1);
}
}
Kind regards,
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore
Last edit: 2 weeks 17 hours ago by
ntstore.
Please Log in or Create an account to join the conversation.