Размер видео: 1280 X 720853 X 480640 X 360
Показать панель управления
Автовоспроизведение
Автоповтор
Good job !
Awesome!! 😀
Thanks
bro dont stop posting your gonna be big trust me
Thank you! Your support means a lot!
i m really impressed bro
I love it 😍💖
Nice!
Thanks 😊
The website of the code is out
It doesnt follow my mouse in the background, it just moves alone, how can i fix it?
Hey i added your Code on my Homepage but for some reason the BG of the Button don‘t work for me, when i hover over it its just Blue
can this effect also be created with a light background?
Hey Bro… how you create text “your logo” ?
Simply add a colored circle inside your text, and you will achieve the same effect!
Hey bro, fix the link. It seems like it stopped working and then I couldn't get the code.
The link has been updated 😊 Enjoy!
your website is down. we can't access to code
bro please fix website
I am currently working on fixing it.. It will be ready in a few days
@@Weblines_ i need it too please
the code please
Good job but doesnt follow my mouse :(
Did you add the CSS ID correctly?
wrap your script with "onLoad" function and it will work. Like this:window.onload = function() { const container = document.querySelector(".hero-bg"); const blob = container.querySelector(".oval-blur-img"); const button = document.querySelector(".button"); let isMouseOverButton = false; container.addEventListener("mouseenter", () => { isMouseOverButton = false; }); button.addEventListener("mouseenter", () => { isMouseOverButton = true; blob.style.opacity = "0"; }); button.addEventListener("mouseleave", () => { isMouseOverButton = false; blob.style.opacity = "1"; }); container.addEventListener("mouseleave", (e) => { if (!isMouseOverButton) { blob.style.opacity = "1"; blob.style.transition = "left 0.5s ease, top 0.5s ease"; blob.style.left = "50%"; blob.style.top = "50%"; setTimeout(() => { blob.style.transition = ""; }, 500); } }); container.addEventListener("mousemove", (e) => { if (!isMouseOverButton) { const { clientX, clientY } = e; const offsetX = clientX - container.getBoundingClientRect().left; const offsetY = clientY - container.getBoundingClientRect().top; blob.style.left = `${offsetX}px`; blob.style.top = `${offsetY}px`; } });};
please fix the website get the code this is amazing
😬 *promosm*
Hi👋
Good job !
Awesome!! 😀
Thanks
bro dont stop posting your gonna be big trust me
Thank you! Your support means a lot!
i m really impressed bro
I love it 😍💖
Nice!
Nice!
Thanks 😊
The website of the code is out
It doesnt follow my mouse in the background, it just moves alone, how can i fix it?
Hey i added your Code on my Homepage but for some reason the BG of the Button don‘t work for me, when i hover over it its just Blue
can this effect also be created with a light background?
Hey Bro… how you create text “your logo” ?
Simply add a colored circle inside your text, and you will achieve the same effect!
Hey bro, fix the link. It seems like it stopped working and then I couldn't get the code.
The link has been updated 😊 Enjoy!
your website is down. we can't access to code
The link has been updated 😊 Enjoy!
bro please fix website
I am currently working on fixing it.. It will be ready in a few days
@@Weblines_ i need it too please
the code please
Good job but doesnt follow my mouse :(
Did you add the CSS ID correctly?
wrap your script with "onLoad" function and it will work. Like this:
window.onload = function() {
const container = document.querySelector(".hero-bg");
const blob = container.querySelector(".oval-blur-img");
const button = document.querySelector(".button");
let isMouseOverButton = false;
container.addEventListener("mouseenter", () => {
isMouseOverButton = false;
});
button.addEventListener("mouseenter", () => {
isMouseOverButton = true;
blob.style.opacity = "0";
});
button.addEventListener("mouseleave", () => {
isMouseOverButton = false;
blob.style.opacity = "1";
});
container.addEventListener("mouseleave", (e) => {
if (!isMouseOverButton) {
blob.style.opacity = "1";
blob.style.transition = "left 0.5s ease, top 0.5s ease";
blob.style.left = "50%";
blob.style.top = "50%";
setTimeout(() => {
blob.style.transition = "";
}, 500);
}
});
container.addEventListener("mousemove", (e) => {
if (!isMouseOverButton) {
const { clientX, clientY } = e;
const offsetX = clientX - container.getBoundingClientRect().left;
const offsetY = clientY - container.getBoundingClientRect().top;
blob.style.left = `${offsetX}px`;
blob.style.top = `${offsetY}px`;
}
});
};
please fix the website get the code this is amazing
The link has been updated 😊 Enjoy!
😬 *promosm*
Hi👋