feat: Comment resolving (#7115)
This commit is contained in:
@@ -116,6 +116,12 @@ export const pulse = keyframes`
|
||||
100% { transform: scale(1); }
|
||||
`;
|
||||
|
||||
export const bigPulse = keyframes`
|
||||
0% { transform: scale(1); }
|
||||
50% { transform: scale(1.2); }
|
||||
100% { transform: scale(1); }
|
||||
`;
|
||||
|
||||
/**
|
||||
* The duration of the sidebar appearing animation in ms
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user