CSS Keyframes and webkit | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

CSS Keyframes and webkit

Could someone explain what's webkit, what are its features and uses with keyframes to animate svg elements? Insert codes ( if possible ) to emphasise on your point.

25th Mar 2018, 11:40 AM
Rahul George
Rahul George - avatar
2 Answers
+ 8
@keyframes is used to create animation -webkit- is vendor prefix. If you do not write vendor prefix, some browsers cannot display your code's animation. https://code.sololearn.com/WmPKcu2k5olp/?ref=app
25th Mar 2018, 1:12 PM
Muhd Khairul Amirin
Muhd Khairul Amirin - avatar
+ 4
understood beautifully. thanks a lot Muhammad!
25th Mar 2018, 2:54 PM
Rahul George
Rahul George - avatar