Awesome Cursor Animation on MouseMove Using Javascript

  Рет қаралды 73,639

DarkCode

DarkCode

Күн бұрын

Пікірлер: 57
@briandesign
@briandesign 4 жыл бұрын
nice mouse effect!
@DarkCodeOnline
@DarkCodeOnline 4 жыл бұрын
Thanks!
@razarsaw
@razarsaw 4 жыл бұрын
Your video was great and made me unboard. Keep up the great work.
@taqyathallahxtkj1962
@taqyathallahxtkj1962 3 жыл бұрын
Thats crazy bro...,thanks for your sharing your Idea,im support and following you...
@brandonalexis8263
@brandonalexis8263 4 жыл бұрын
That's a awesome effect, nice vid. Excelent 💪😃
@AzoxSudo
@AzoxSudo 4 жыл бұрын
i respect you always like your work keep it up
@DarkCodeOnline
@DarkCodeOnline 4 жыл бұрын
Thank you so much 😀
@tagore4d
@tagore4d 7 ай бұрын
Thanks so much for the video. Its super fun to create this.
@priyanzhu
@priyanzhu 4 жыл бұрын
A great video from a great developer.
@mahmoudahmed8231
@mahmoudahmed8231 2 жыл бұрын
thank u pro nice work
@adityaraut9441
@adityaraut9441 4 жыл бұрын
Another great video!!
@KaranSwarnakar1
@KaranSwarnakar1 5 ай бұрын
nice work
@emorock_2592
@emorock_2592 4 жыл бұрын
It's super Awesome!!!
@tradewithmarket
@tradewithmarket 2 жыл бұрын
awesome
@Explorador170
@Explorador170 Жыл бұрын
Thank you very much
@Heckmen707
@Heckmen707 4 жыл бұрын
Thank u helped me to get extra marks for it
@MSVInkognito
@MSVInkognito 4 жыл бұрын
good idea to make ghost from future video follow the mouse
@George_Chris
@George_Chris 4 жыл бұрын
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
@ALLINONETECH6
@ALLINONETECH6 3 жыл бұрын
These are not programming language 😇
@ALLINONETECH6
@ALLINONETECH6 3 жыл бұрын
@Eren Yeager - Shimashou Tatakae yes js is, but not html and css
@amarquezdev
@amarquezdev 10 ай бұрын
Muchas gracias!!
@lauchaamoral
@lauchaamoral 4 жыл бұрын
Tremendo!! Un genio
@AdeyCoder
@AdeyCoder 4 жыл бұрын
👏👏 nice
@abubakrhoseini238
@abubakrhoseini238 3 жыл бұрын
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
@dpphi76
@dpphi76 11 ай бұрын
me too
@validusername5481
@validusername5481 4 жыл бұрын
"The Thumbnail says animatoin"
@not_kelbaz
@not_kelbaz 4 жыл бұрын
XD
@khaledbenmechiche402
@khaledbenmechiche402 4 жыл бұрын
Thank you !!
@DarkCodeOnline
@DarkCodeOnline 4 жыл бұрын
You're welcome!
@CyroCoders
@CyroCoders 3 жыл бұрын
I made a cursor with a p5 canvas and it looks exactly like this one different color
@MenuGaming-bx5qv
@MenuGaming-bx5qv Жыл бұрын
do u have wed developer job pls tbh i need this answer pls bro for god seek
@xenyatox9814
@xenyatox9814 4 жыл бұрын
Cool
@sujit_psd
@sujit_psd 4 жыл бұрын
I wanna say something... you should put the transition only in the background.
@vlogging-nk
@vlogging-nk 4 жыл бұрын
There is no hand cursor, please let me know how to do get hand cursor
@lorenzocerato6081
@lorenzocerato6081 4 жыл бұрын
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-97
@user-not-found-97 3 жыл бұрын
Theme : material theme u can find in Vs Code easily by going in extensions I'm not sure..
@ravindrareddy4453
@ravindrareddy4453 Жыл бұрын
does this works with hover on other elements?
@sianor_sd1869
@sianor_sd1869 3 жыл бұрын
hi what is you app for programing?? and vs code or adobe dreamer wich is better?
@jezius
@jezius 4 жыл бұрын
How can see browser and code ?
@hemanth1939
@hemanth1939 3 жыл бұрын
how can i add the effect on my pc?
@smylmrz
@smylmrz 3 жыл бұрын
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-ej1on
@JamesLewis-ej1on 4 жыл бұрын
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!?
@IamNoldor
@IamNoldor 3 жыл бұрын
i have same problem
@IamNoldor
@IamNoldor 3 жыл бұрын
What does it mean ' ~ ' in CSS?
@muhammadehtisham4425
@muhammadehtisham4425 2 жыл бұрын
How did you solve it ?
@arjunaajju5777
@arjunaajju5777 3 жыл бұрын
is this applicable only on websites
@tugssanaa3996
@tugssanaa3996 3 жыл бұрын
function e isnt working it says error
@shammaskavi
@shammaskavi 3 жыл бұрын
.content:hover ~ .cursor2 In the above syntax, what does this ~ signify?? can you please take a moment to explain
@ravichauhan2111
@ravichauhan2111 3 жыл бұрын
It is general sibling combinator...you can Google it for more info.
@shammaskavi
@shammaskavi 3 жыл бұрын
@@ravichauhan2111Got it, thanks mate!
@raprap9538
@raprap9538 3 жыл бұрын
can u make moving stickman😅
@hameedkhan008
@hameedkhan008 4 жыл бұрын
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.
@yss64
@yss64 4 жыл бұрын
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: "&#xf002" in this example the icon's id is "f002" so just replace it like this "&#x" + "ID of the icon you want"
@yss64
@yss64 4 жыл бұрын
also make sure the font-family of the input field is "font-family: FontAwesome, "your desired font"; "
@hameedkhan008
@hameedkhan008 4 жыл бұрын
@@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.
@syediqbalahmed3176
@syediqbalahmed3176 4 жыл бұрын
vola ...
@amilmajumder1492
@amilmajumder1492 4 жыл бұрын
** 😍😍😍
Satisfying Black Fire Cursor Trail Animation
4:49
Code Morphism
Рет қаралды 96 М.
Award Winning Elastic Cursor Follow Animation
4:55
Gusev Digital
Рет қаралды 235 М.
How to treat Acne💉
00:31
ISSEI / いっせい
Рет қаралды 108 МЛН
Chain Game Strong ⛓️
00:21
Anwar Jibawi
Рет қаралды 41 МЛН
Мен атып көрмегенмін ! | Qalam | 5 серия
25:41
Awesome accordion menu using only HTML & CSS
9:59
DarkCode
Рет қаралды 442 М.
I built a DeepSeek R1 powered VS Code extension…
7:02
Beyond Fireship
Рет қаралды 564 М.
The Mouse Trailer With Intelligent Features
3:38
Hyperplexed
Рет қаралды 156 М.
Can I copy this text reveal scroll effect with CSS-only?
17:17
Kevin Powell
Рет қаралды 138 М.
Animate On Scroll With Just 3 LINES Of CSS (No Libraries Needed)
2:51
You Don't Need JavaScript For This - CSS ONLY Infinite Scroll
23:35
Slaying The Dragon
Рет қаралды 164 М.
Awesome Cursor Animation With CSS  & Javascript!
18:36
developedbyed
Рет қаралды 149 М.
Animated Login Form Using Only HTML & CSS
6:27
DarkCode
Рет қаралды 2,4 МЛН
How to Make a Sticky Cursor with NextJs and Framer Motion
19:11
Olivier Larose
Рет қаралды 21 М.