from w3c validator:
Error: CSS: transition: Too many values or values are not recognized.
From line 1721, column 38; to line 1721, column 39
ease-out 0s;wid
the line:
transition: left top 1.75s ease-out 0s;
So I want to apply the transition to left and top elements with 0s delay.
What is the problem?