Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. .todo-item-animated {
  2. transition: all 0.5s;
  3. }
  4.  
  5. .list-animation-enter, .list-animation-leave-to {
  6. opacity: 0;
  7. transform: translateY(30px);
  8. }
  9.  
  10. .list-animation-leave-active {
  11. position: absolute;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement