Advertisement
mstranieri

Animation

Feb 18th, 2014
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.26 KB | None | 0 0
  1. @-webkit-keyframes promo-price-animation {
  2.     0%{ opacity:0; }
  3.     100%{ opacity:1; }
  4. }
  5.  
  6. @-moz-keyframes promo-price-animation{
  7.     0%{ opacity:0; }
  8.     100%{ opacity:1; }
  9. }
  10.  
  11. @keyframes promo-price-animation{
  12.     0%{ opacity:0; }
  13.     100%{ opacity:1; }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement