animations

This commit is contained in:
Tom Moor
2018-11-11 21:08:28 -08:00
parent cc9f32cdc9
commit c81135c09e

View File

@ -5,6 +5,7 @@ import styled from 'styled-components';
import breakpoint from 'styled-components-breakpoint';
import Centered from './Centered';
import TeamLogo from '../../../shared/components/TeamLogo';
import { fadeAndScaleIn } from '../../../shared/styles/animations';
import {
developers,
changelog,
@ -138,6 +139,7 @@ const MenuItem = styled.li`
`};
&:hover ol {
animation: ${fadeAndScaleIn} 200ms ease;
display: block;
}
`;
@ -161,7 +163,7 @@ const Menu = styled.ul`
margin: 0;
padding: 0;
right: 0;
top: 32px;
top: 34px;
background: #fff;
border-radius: 4px;