Skip to content

Instantly share code, notes, and snippets.

@muzafferkoluman
Last active October 25, 2017 09:52
Show Gist options
  • Save muzafferkoluman/871c7406208b2bf589776b91f0b34cc8 to your computer and use it in GitHub Desktop.
Save muzafferkoluman/871c7406208b2bf589776b91f0b34cc8 to your computer and use it in GitHub Desktop.
Css3 ile işe yarar hareketler
-webkit-animation-duration:1s ; // item'a odaklanıp onu yavaslatır.
-webkit-animation-delay: 3s; //item'ı bekletip yazılan saniye kadar bekletir.
-webkit-animation-iteration-count: 2; //item'ı yazılan sayı kadar tekrarlatır.
-webkit-animation-iteration-count: infinite; //foreveeeeeer :D
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment