import React from 'react'; import Anime from 'react-anime'; const App = (props) => ( <Anime opacity={[0, 1]}> <nav/> </Anime>