Тёмный

Recreating The Hover Effect That Shocked Frontend Devs 

Conner Ardman
Подписаться 95 тыс.
Просмотров 7 тыс.
50% 1

Опубликовано:

 

21 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 28   
@johnnycoding1423
@johnnycoding1423 Год назад
I just write a react component for this animation according to this video, really brilliant. thank you for sharing!
@rnwonder107
@rnwonder107 Год назад
Create an npm package for it
@abubakarsadeeq2974
@abubakarsadeeq2974 9 месяцев назад
It will be helpful if you can share it with people like me.
@rubenzafratraver6819
@rubenzafratraver6819 9 месяцев назад
did you manage to do it??
@johnnycoding1423
@johnnycoding1423 9 месяцев назад
@@abubakarsadeeq2974 working on it!~
@johnnycoding1423
@johnnycoding1423 9 месяцев назад
@@rubenzafratraver6819 working on it!~
@And1997Ruz
@And1997Ruz Год назад
I was literally showing this to my friend 3 days ago, and I've been wondering how it's done since the Frontend Expert's launch. Looks stunning
@hogandromgool2062
@hogandromgool2062 Месяц назад
I used the same affect from probably the same source you did.
@nested9301
@nested9301 Год назад
Impressive now create an npm package for that 😂❤
@vinothkumarthangavelu8724
@vinothkumarthangavelu8724 Год назад
This really awesome, I just coded along with your video but It didn't worked. Also its has no error. Initially dot's like line (" \" ) appeared in TOP to BOTTOM(Y axis to X) after Image appeared with not action. And then nothing happened. Can I get a github link for learning.
@boody8844
@boody8844 Год назад
Looks very nice!
@shichii4690
@shichii4690 Год назад
omg I wish I can be as good as you someday ❤
@ConnerArdman
@ConnerArdman Год назад
Study and practice enough and you can be better 👌
@thegoatoffootballmessi
@thegoatoffootballmessi Год назад
Hi Bro make immediate video on how to install a package on atom ide please.
@mirjalol_shamsiddinov
@mirjalol_shamsiddinov Год назад
💖💖💖💖thanks
@codewithsehran
@codewithsehran 4 месяца назад
I'm finding something like that
@scooterman9058
@scooterman9058 Год назад
i have a really good computer but still for some reason this code you wrote here lags a lot when hovering over the picture + moving the particles around, but when its on the frontend expert site there is no lag
@ConnerArdman
@ConnerArdman Год назад
Yeah IIRC there were issues with that when they first made the FrontendExpert one and it's since been optimized a bit. The simplest optimization that comes to mind would be to just make the individual circles bigger and/or lower the frame rate so there's less calculations to make. You could also try to be smarter about which ones need to be updated, when they need to be updated, etc.
@alexfrozen
@alexfrozen 5 месяцев назад
Ofc it will lag. Making optimization mentioned above, about resting pixels, a good way to spend a time to nowhere. Any rasterization algos in JS, per pixel jobs, a very bad idea. Like smashing thausands stones with one hummer. They should be placed in special instrument like pressing mechanism. I mean GPU. You HAVE TO use shaders or don't do it at all. And even more, you MAY NOT teach to hit every stone by hammer, it's a kind of crime in development.
@kusalghosh7848
@kusalghosh7848 Год назад
Where can I learn this much of animation development?
@ConnerArdman
@ConnerArdman Год назад
We have a free CSS animation video on FrontendExpert (linked in the description) that can be a good starting place just to learn the basics of how animations work. Beyond that, I'm sure there's some great tutorials on RU-vid and whatnot, but it mostly comes down to practice. There's nothing all that unique about animation code compared to other DOM manipulation code. I think the difficulty is more about deciding what to code to make the design look good, which beyond some design principles is mostly a skill learned through practice.
@kusalghosh7848
@kusalghosh7848 Год назад
@@ConnerArdman thanks sir
@alexfrozen
@alexfrozen 5 месяцев назад
​​@@kusalghosh7848best way to study this magic is shadertoy (google it). Also I can recommend "The Art of Code" youtube channel and work of Inigo Quilez. He has a lot of publications and hints over the web. And forget about CSS/JS tricks. They are specialized for layout, coloring and compositional purposes. Maybe some basic color/size/transform transitions. Using CSS/JS tools for pixelwork, it's huge shame in the eyes of real experts, but huge respect from stupid (sorry) people. Last one will give a lot of lies like "you're smart" and some and these lies can bury you alive in illusions. Silent degradation with proud face.
@milancodes
@milancodes Год назад
who was responsible for this incredible idea on the frontendExpert site?
@abubakarsadeeq2974
@abubakarsadeeq2974 Год назад
How I wish I can get the source code
@blender1188
@blender1188 4 месяца назад
Frontend devs may like it (me included) but the average user doesn’t care about this stuff at all. I have seen sites with all bangs and whistles being replaced with plain sites because of this.
@ConnerArdman
@ConnerArdman 4 месяца назад
True, but this is a website literally for frontend developers… Gotta design to your target demographic.
Далее
HARD JavaScript Challenges | Do You REALLY Know JS?
10:01
Award Winning Animation With Only 20 Lines Of CSS?
6:59
Крутой фокус + секрет! #shorts
00:10
Top 10 CSS One Liners That Will Blow Your Mind
13:34
Просмотров 957 тыс.
Learn Creative Coding: Image Effects
39:10
Просмотров 14 тыс.
ChatGPT-o1 Created A Programming Language...
19:45
Просмотров 2,2 тыс.
5 JavaScript Concepts You HAVE TO KNOW
9:38
Просмотров 1,4 млн
HTML Canvas DEEP DIVE
49:43
Просмотров 105 тыс.
Create Crazy 3D Image Slider Effects Using CSS Only
14:07
All 17 React Best Practices (IMPORTANT!)
1:46:11
Просмотров 140 тыс.
@property Is One Of The Coolest New CSS Features
10:41