+ 2
[SOLVED] Can anyone plz tell me the Function of top in that code ?
8 Respostas
+ 6
If your asking about the top property in the css, this should answer your question.
https://www.w3schools.com/cssref/pr_pos_top.asp
+ 5
Ryan Els I know that but his question is confusing. I think he is asking about how top work in CSS as ChaoticDawg guessed and gave link.
+ 5
AJ #Infinity Love Looks like he is confused by the curly braces and thinks may be it is supposed to be a function. Not realising that it is css and not javascript. Anyway, yes, very confusing question.
+ 4
AJ #Infinity Love There is no javascript function in this code. The code makes use of css @keyframes for the animation. Using css to animate HTML is very effective. It is actually recommended in most cases.
+ 3
AJ #Infinity Love Oh ok. I missed the top part đ. I thought he just wanted to know where the function is đ
+ 2
ChaoticDawg get it đ
+ 2
AJ #Infinity Love srry for trouble.
+ 1
Where is function in this code?