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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悰 FIX: Fixing sidebar animation #333

Merged
merged 1 commit into from May 10, 2021

Conversation

choldgraf
Copy link
Member

@choldgraf choldgraf commented May 7, 2021

This fixes the sidebar animation per @DrDrij's suggestions in #324 . Also adds a temporary favicon because I realize that ours was getting super scrunched.

@DrDrij does this look correct to you? Am I missing anything?

closes #330

@choldgraf choldgraf merged commit c205a9e into executablebooks:master May 10, 2021
@choldgraf choldgraf deleted the sidebar4 branch May 10, 2021 20:26
@choldgraf
Copy link
Member Author

gonna merge this one in since it's a bugfix, but @DrDrij please let me know if I've missed something

@@ -12,6 +12,19 @@
transition: margin-left .2s ease 0s, opacity .2s ease 0s, visibility .2s ease 0s;
z-index: 2000 !important;

// Over-ride bootstrap collapsing styles for a smooth transition
&.collapse {
visibility: hidden;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You likely don't need this.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just the visibility one?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yea, the visibility rules seem unnecessary to me, given that this is gonna be off-canvas anyway.

I might be wrong tho.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ahh I think you're right, but it does have a nice effect as a "fade out" in the animation :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sidebar animation transition no longer works
2 participants