UNPKG

c-virtualized-list

Version:

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

16 lines (15 loc) 293 B
.contentContainer { width: 40%; height: 100px; display: flex; align-items: center; justify-content: center; color: #FFF; font-size: 30px; transform: translateX(-150%); opacity: 0; } .slide-in { transform: translateX(0) !important; opacity: 1 !important; }