I am attempting to generate an animation, but encountering issues when applying the following CSS:
.drop.animation {
animation-name: ripple;
animation-duration: 0.65s;
animation-timing-function: linear;
}
An error appears in Chrome's developer tools, indicating with an orange triangle containing an exclamation mark that all of these values are "invalid property values."
What are the correct values? I am aiming to utilize these particular values.