Response
WAIT how did you get the subkit doll thingy in the corner of your screen (for future reference)
HI OOMFIEE. i can give you the css for the page doll plus the animation if you want it to float. but you might have to adjust the size (width and height) based on the image or size you want it to be
@keyframes float { 0% { transform: translateY(0); }
50% {
transform: translateY(15px);
}
100% {
transform: translateY(0);
}
}
body:before { content: ''; position: fixed; bottom: 10px; right: 350px; width: 350px; height: 284px; background-image: url(/api/util/ext/image?img=IMAGE HERE); background-size: contain; background-repeat: no-repeat; z-index: 1000; pointer-events: none; animation: float 3s ease-in-out infinite; }
Comment
Reactions
Replies
Add a reply
THANK YOU SO MUCH OOMFIE do you take seashells as currency