Please find the mistake | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Please find the mistake

div { animation-name: tarek ; animation-duration: 3s ; animation-delay: 0s ; -webkit-animation-name: test ; -webkit-animation-duration: 3s ; -webkit-animation-delay: 0s ; } @-webkit-keyframes test { 0% { left: 0px; top:0px ; } 25% { left: 240px; top:0px ; } 50% { left: 240px; top:300px ; } 75% { left: 0px; top:300px ; } 100% { left: 0px; top: 0px; }

4th Mar 2017, 9:26 PM
Mohammed Tarek
Mohammed Tarek - avatar
3 Answers
+ 8
As I suggested in a later question asked by you about similar problem you cannot have two different animation-name, one prefixed, and the other unprefixed ^^
6th Mar 2017, 8:42 AM
visph
visph - avatar
+ 1
You don't have keyframes for animation called 'tarek'
4th Mar 2017, 10:28 PM
Ivan G
Ivan G - avatar
0
I wrote its padding , width , height and color too .. but I deleted them because the number of allowing letters isn't enough ..
4th Mar 2017, 9:29 PM
Mohammed Tarek
Mohammed Tarek - avatar