Advertisement
Guest User

Untitled

a guest
Nov 17th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1.  
  2.  
  3. @-webkit-keyframes tweet-enter {
  4. from { background-color: rgba(54, 82, 122, 1); }
  5. 80% { background-color: rgba(54, 82, 122, 1); }
  6. to { background-color: rgba(54, 82, 122, 0); }
  7. }
  8. .js-chirp-container > article {
  9. -webkit-animation-duration: 20s;
  10. -webkit-animation-name: tweet-enter;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement