#screenSwipe{display:none;position:fixed;top:0;right:-150%;width:150%;height:100%;background:linear-gradient(to right, rgba(1,1,1,0) 0%, rgba(1,1,1,1) 15%, rgba(1,1,1,1) 85%, rgba(1,1,1,0) 100%);animation-play-state:paused;animation-fill-mode:forwards;z-index:2000;}@keyframes swipeIn{0%{right:-150%;}100%{right:-20%;}}@keyframes swipeOut{0%{right:-20%;}100%{right:150%;}}