Skip to content

Instantly share code, notes, and snippets.

@caroso1222
Created August 12, 2017 03:06
Show Gist options
  • Save caroso1222/b9b587feecbdcff9f38c7e7e727670e2 to your computer and use it in GitHub Desktop.
Save caroso1222/b9b587feecbdcff9f38c7e7e727670e2 to your computer and use it in GitHub Desktop.
styles
.agent-1, .agent-3 {
opacity: 0;
animation: fade-in-right ease 0.4s forwards;
}
.agent-2 {
transform: scaleX(0);
transform-origin: left;
animation: grow-left cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s forwards;
animation-delay: 0.4s;
}
.agent-3 {
animation-delay: 0.8s;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment