Skip to content

Instantly share code, notes, and snippets.

@gtramontina
Created May 12, 2011 17:52
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 gtramontina/969067 to your computer and use it in GitHub Desktop.
Save gtramontina/969067 to your computer and use it in GitHub Desktop.
$border-radius = 25px
@keyframes movingBorder
from
border-top-left-radius $border-radius
border-top-right-radius 0
border-bottom-right-radius $border-radius
border-bottom-left-radius 0
50%
border-top-left-radius 0
border-top-right-radius $border-radius
border-bottom-right-radius 0
border-bottom-left-radius $border-radius
to
border-top-left-radius $border-radius
border-top-right-radius 0
border-bottom-right-radius $border-radius
border-bottom-left-radius 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment