Advertisement
TakesxiSximada

Untitled

Dec 10th, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. .loadbar
  2. margin 0 auto
  3. height 3px
  4.  
  5. .expand
  6. height 1px
  7. background #14d05a
  8. position absolute
  9.  
  10. animation-name fullexpand
  11. animation-duration 3s
  12. animation-iteration-count 10
  13.  
  14. @keyframes fullexpand
  15. 0%
  16. width 0%
  17. margin-left 0%
  18. margin-right 100%
  19. 50%
  20. width 100%
  21. margin-left 0%
  22. margin-right 0%
  23. 100%
  24. width 0%
  25. margin-left 100%
  26. margin-right 0%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement