Guest User

Untitled

a guest
Nov 15th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. .fadeinTp01{
  2. opacity : 0.1;
  3. transform : translate(0, 50px);
  4. transition : all 500ms;
  5. }
  6.  
  7. .fadeinTp01.scrollin {
  8. opacity : 1;
  9. transform : translate(0, 0);
  10. }
Add Comment
Please, Sign In to add comment