Guest User

Untitled

a guest
Jul 25th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. @include keyframe(fadeout) {
  2. 0% {
  3. opacity: 1;
  4. }
  5.  
  6. 100% {
  7. opacity: 0;
  8. }
  9. }
  10.  
  11. @include keyframe(changecolour) {
  12. 0% {
  13. color: #000;
  14. }
  15.  
  16. 100% {
  17. color: #FFF;
  18. }
  19. }
Add Comment
Please, Sign In to add comment