Solved. I needed to change the MOVE EFFECT from NONE to DEFAULT.
selector {
animation: pisca 1s;
margin-top: 0%;
animation-iteration-count : infinite;
}
@keyframes pisca {
0% {
transform: scale(1);
}
50% {
transform: scale(1.1);
}
100% {
transform: scale(1);
}
}
The site is [moved to first message in topic]
The PORTFOLIO section, i added a custom CSS to pulse effect in other page, but I removed ALL custom CSS from all pages, but did not work. The effect still active.