Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**Ultimos Temas Marquesina**/
- .mm-tablon-right > div {
- overflow: hidden !important;
- position: relative !important;
- }
- .js-marquee {
- position: absolute;
- top: 100%;
- width: 100%;
- left: 0;
- animation: marque 30s linear infinite;
- }
- @keyframes marque {
- from {
- transform: translateY(0%);
- top: 100%;
- }
- to {
- transform: translateY(-100%);
- top: 0;
- }
- }
- .mm-tablon-right > div:hover .js-marquee {
- animation-play-state: paused;
- }
Advertisement
Add Comment
Please, Sign In to add comment