Your video was great and made me unboard. Keep up the great work.
@taqyathallahxtkj19623 жыл бұрын
Thats crazy bro...,thanks for your sharing your Idea,im support and following you...
@brandonalexis82634 жыл бұрын
That's a awesome effect, nice vid. Excelent 💪😃
@AzoxSudo4 жыл бұрын
i respect you always like your work keep it up
@DarkCodeOnline4 жыл бұрын
Thank you so much 😀
@tagore4d7 ай бұрын
Thanks so much for the video. Its super fun to create this.
@priyanzhu4 жыл бұрын
A great video from a great developer.
@mahmoudahmed82312 жыл бұрын
thank u pro nice work
@adityaraut94414 жыл бұрын
Another great video!!
@KaranSwarnakar15 ай бұрын
nice work
@emorock_25924 жыл бұрын
It's super Awesome!!!
@tradewithmarket2 жыл бұрын
awesome
@Explorador170 Жыл бұрын
Thank you very much
@Heckmen7074 жыл бұрын
Thank u helped me to get extra marks for it
@MSVInkognito4 жыл бұрын
good idea to make ghost from future video follow the mouse
@George_Chris4 жыл бұрын
Nice Cursor 😀. Keep going 💪. How long are you programming in HTML, CSS & JavaScript? Plus I love these languages, but I don't know if these languages are in the future requested, because I learn these languages from scratch (from the beginning of Juni)? Have a nice day George
@ALLINONETECH63 жыл бұрын
These are not programming language 😇
@ALLINONETECH63 жыл бұрын
@Eren Yeager - Shimashou Tatakae yes js is, but not html and css
@amarquezdev10 ай бұрын
Muchas gracias!!
@lauchaamoral4 жыл бұрын
Tremendo!! Un genio
@AdeyCoder4 жыл бұрын
👏👏 nice
@abubakrhoseini2383 жыл бұрын
Thank you so much for this tutorial But a question : Why my hover is not working? I say when p:hover then ~cursor2 {width:5rem}but it's not working For me
@dpphi7611 ай бұрын
me too
@validusername54814 жыл бұрын
"The Thumbnail says animatoin"
@not_kelbaz4 жыл бұрын
XD
@khaledbenmechiche4024 жыл бұрын
Thank you !!
@DarkCodeOnline4 жыл бұрын
You're welcome!
@CyroCoders3 жыл бұрын
I made a cursor with a p5 canvas and it looks exactly like this one different color
@MenuGaming-bx5qv Жыл бұрын
do u have wed developer job pls tbh i need this answer pls bro for god seek
@xenyatox98144 жыл бұрын
Cool
@sujit_psd4 жыл бұрын
I wanna say something... you should put the transition only in the background.
@vlogging-nk4 жыл бұрын
There is no hand cursor, please let me know how to do get hand cursor
@lorenzocerato60814 жыл бұрын
Awesome video! If I can ask, what's the name of the vs code theme you use? Looks like 'atom one dark' but it's not the same...
@user-not-found-973 жыл бұрын
Theme : material theme u can find in Vs Code easily by going in extensions I'm not sure..
@ravindrareddy4453 Жыл бұрын
does this works with hover on other elements?
@sianor_sd18693 жыл бұрын
hi what is you app for programing?? and vs code or adobe dreamer wich is better?
@jezius4 жыл бұрын
How can see browser and code ?
@hemanth19393 жыл бұрын
how can i add the effect on my pc?
@smylmrz3 жыл бұрын
I'm doing the exact same thing, but the cursors are not moving smoothly. they lag for some reason. I downloaded your code, it's also lagging
@JamesLewis-ej1on4 жыл бұрын
This is great but I am having one issue that I am struggling with... a:hover ~ .cursor { transform: translate(-50%, -50%) scale(1.5); background-color: var(--secondary); opacity: 0.5; } a:hover ~ .cursor2 { opacity: 0; } I want the change to occur when I hover over any "a" tag. This isn't working, doesn't matter if i change "a" to a class selector it just doesn't do anything, everything else is working fine, can anyone shed some light on what I'm doing wrong!?
@IamNoldor3 жыл бұрын
i have same problem
@IamNoldor3 жыл бұрын
What does it mean ' ~ ' in CSS?
@muhammadehtisham44252 жыл бұрын
How did you solve it ?
@arjunaajju57773 жыл бұрын
is this applicable only on websites
@tugssanaa39963 жыл бұрын
function e isnt working it says error
@shammaskavi3 жыл бұрын
.content:hover ~ .cursor2 In the above syntax, what does this ~ signify?? can you please take a moment to explain
@ravichauhan21113 жыл бұрын
It is general sibling combinator...you can Google it for more info.
@shammaskavi3 жыл бұрын
@@ravichauhan2111Got it, thanks mate!
@raprap95383 жыл бұрын
can u make moving stickman😅
@hameedkhan0084 жыл бұрын
Nice vedio Can u please tell me how to place font awesome icon to input field. Please reply I have asked the same question to your insta account but no reply yet.
@yss644 жыл бұрын
go to fontawesome.com/cheatsheet to get the id of the icon you need, then put something like this into the placeholder/value of your input: "" in this example the icon's id is "f002" so just replace it like this "&#x" + "ID of the icon you want"
@yss644 жыл бұрын
also make sure the font-family of the input field is "font-family: FontAwesome, "your desired font"; "
@hameedkhan0084 жыл бұрын
@@yss64 thanks bro for the clearification. Can we customize the icon Like its size, color etc. Without affecting the input field (placeholder) text. Suppose, I have a placeholder of 'username' With icon, then i only want to customize my icon without affecting the 'Username' Please clear it.