new cursoreffects.characterCursor({ element: document.querySelector("#character"), characters: ["h", "e", "l", "l", "o"], font: "15px serif", colors: [ "#6622CC", "#A755C2", "#B07C9E", "#B59194", "#D2A1B8", ], characterLifeSpanFunction: function() { return Math.floor(Math.random() * 60 + 80); }, initialCharacterVelocityFunction: function() { return { x: (Math.random() < 0.5 ? -1 : 1) * Math.random() * 5, y: (Math.random() < 0.5 ? -1 : 1) * Math.random() * 5, } }, characterVelocityChangeFunctions: { x_func: function(age, lifeSpan) { return (Math.random() < 0.5 ? -1 : 1)/30; }, y_func: function(age, lifeSpan) { return (Math.random() < 0.5 ? -1 : 1)/ 15; }, }, characterScalingFunction: function(age, lifeSpan) { let lifeLeft = lifeSpan - age; return Math.max(lifeLeft / lifeSpan * 2, 0); }, characterNewRotationDegreesFunction: function(age, lifeSpan) { let lifeLeft = lifeSpan - age; console.log(age, lifeSpan); return lifeLeft / 5; } })
Welcome to the internet !
Hi there ! This is a passon project created by me! I am
Luna/Loona/Looloo but you can call me Luna! I made this since I was hyperfixiated on old internet pages. I can barely code but I'll try! I live in California. My intrests include VTubers, Nintendo games, internet history, demonology, anime and a lot more. I am currently watching One Piece and learning how to code! ^^ I use she/them pronouns. Any suggestions? I added a CBox right there for you to click -> Hotlinking my page IS allowed!
Enjoy your stay ! :D
C loolooparty 2024