Wait to scroll comments until sidebar animation is complete

Cleanup some unused code
This commit is contained in:
Tom Moor
2023-04-02 11:41:28 -04:00
parent 16a5be1aa6
commit 40103c9d8f
7 changed files with 37 additions and 29 deletions

View File

@@ -115,3 +115,8 @@ export const pulse = keyframes`
50% { transform: scale(1.1); }
100% { transform: scale(1); }
`;
/**
* The duration of the sidebar appearing animation in ms
*/
export const sidebarAppearDuration = 600;