Wait to scroll comments until sidebar animation is complete
Cleanup some unused code
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user