aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_xmlns
ModeNameSize
-rw-r--r--Makefile664logstatsplainblame
-rw-r--r--distinfo221logstatsplainblame
-rw-r--r--pkg-descr232logstatsplainblame
px; } to { position: fixed; bottom: 0px; left: 0px; right: 0px; } `; const stylesForAnimation = css` position: fixed; `; const animations = css` animation: ${appearFromBottomFrames} 1s ease 0s 1 forwards; `; export const EaseUpFromBottomAnimation = styled.div` ${props => animations}; ${props => stylesForAnimation}; `; EaseUpFromBottomAnimation.displayName = 'EaseUpFromBottomAnimation';