Skip to content

Instantly share code, notes, and snippets.

@frontdevops
Last active January 19, 2016 09:39
Show Gist options
  • Save frontdevops/39e8890c14691c6d73e5 to your computer and use it in GitHub Desktop.
Save frontdevops/39e8890c14691c6d73e5 to your computer and use it in GitHub Desktop.
dGZZxP
body{
overflow: hidden;
}
.dot{
border-radius: 100%;
width: 20px;
height: 20px;
background: #FF4D8F;
position: absolute;
top: calc(50% - 10px);
left: calc(50% - 10px);
cursor: pointer;
transform: scale(0.1); /* /10 */
zoom: 10;
transition: all 5s ease-out;
}
.anim{
transform: scale(10);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment