Css animation is not working?

code pen
i am trying to apply this animation but not working.

Hi Phani,

It’s just a typo in the word ‘position’. Just replace ‘postion:relative;’ with ‘position:relative;’

2 Likes

Note that it’s more efficient to move items with translate rather than position. It makes for smoother animation and less judder.

3 Likes

thanks for the suggestion :slight_smile:

thanks for the help :slight_smile:

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.