I am trying to implement a transition…I want to bring into view(it is originally hidden)a div(it is a calendar).
While I have managed bringing it into view I cannot hide it again.
Take a look at it
Click the show calendar button to make the calendar appear and click the X icon(on top right)to make it go away…it does not.
The class that tries to hide the calendar is outOfView(line 13…css pane)…the keyframe to accomplish that is directly below it…as I said though it does not work
Ι will look into your non-keyframe solution…but I must add there is an issue not solved yet.
When the use clicks the hide button(the X icon) the calendar sildes out of view(towards the right),it is still there though…the user just needs to scroll horizontally to see it…
What can I do in such a case?
Preserver the slide motion and at the same time the calendar totally gone.