Skip to content

Instantly share code, notes, and snippets.

@diviconnet
Created February 22, 2019 16:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diviconnet/b60fe7a26f361eb75271da7a779fdf2c to your computer and use it in GitHub Desktop.
Save diviconnet/b60fe7a26f361eb75271da7a779fdf2c to your computer and use it in GitHub Desktop.
Divi scroll o desplazamiento πŸ‘‰ imagen se muestra arriba y abajo
.desplazamientodivicon {
margin-left: auto!important;
margin-right: auto!important;
transition: background-position 1.5s ease-out 0.1s;
background-position: top center;
background-size: 100% auto!important;
height: 100%;
background-repeat: no-repeat; }
.desplazamientodivicon:hover {
background-position: bottom center!important;
transition: background-position 5s linear 0s;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment