Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding sliding up/down effects for the captions. #4

Open
jbranchaud opened this issue Jan 17, 2014 · 0 comments
Open

Adding sliding up/down effects for the captions. #4

jbranchaud opened this issue Jan 17, 2014 · 0 comments

Comments

@jbranchaud
Copy link
Owner

As suggested by a commenter on HN, it would be nice to offer an animation effect that slides the caption up or down to reveal or hide it.

The following code was suggested as a starting point:

figure figurecaption { 
    transition: all 0.4s;
    transform: translateY(100%);
}
figure:hover figurecaption { transform: none; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant