0

Complete the declaration to define an animation named spin with a duration of 3 seconds that will repeat forever

: duration 3s ;

12th Feb 2025, 3:05 PM
SolBadguy
SolBadguy - avatar
2 Antworten
+ 1
it seems to be a css, but show your attempt; and use relevant tags, please
12th Feb 2025, 7:40 PM
Mihaly Nyilas
Mihaly Nyilas - avatar
+ 1
SolBadguy You are talking about the CSS animation properties. All of which is covered near the end of the Introduction to CSS course. animation-name animation-duration animation-iteration-count (use infinite value to repeat forever). All 3 of which can be combined into the single shorthand property - animation
13th Feb 2025, 4:13 AM
Shardis Wolfe