Wednesday 1 May 2019

javascript - Css transition not working on parent when showing child content



Something here...

Something here...

Something here...





When I change display:none to display:block the content is shown but the transition is not fired. I already tried changing the transition from height to all, but nothing changes. Am I doing it correctly?

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...