CSS Button style animation for biggners
SOURCE CODE
HTML :
CSS :
@keyframe - In CSS, a keyframe is a reference point used in CSS animations or transitions to define specific moments or positions of an element during the animation. A keyframe is created using the @keyframes
rule, which specifies the properties and values of the element at specific percentage points or keyframes throughout the animation.
in the above example the exe is the name of the animation that must be specified in the required css rule
by using animation-name tag . animation-duration defines the time of animation and animation-itration-count used to define the number of times the animation should work in the example it is set to infinity so it work infinitley.
FEEL FREE TO ASK ANYTHING IN THE COMMENT I WILL UPDATE IT PROPERLY AS YOU ASK !.
Thanku for reading....
Comments
Post a Comment