Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. if (show) {
  2. return {
  3. animation: `fade-out-long ${duration}ms ease-out forwards`
  4. };
  5. }
  6.  
  7. @import '../../../constants/animations';
  8.  
  9. @include fade-out-long-keyframes();
  10. @include fade-out-long2-keyframes();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement