Sometimes people tend to forget how important animation optimization is, me included. I can't tell you how many times I've been on sites that use a lot of animations and the experience is just painful.
@juliocodes5 жыл бұрын
@Mastery Of Craft That's true. Also how they try to animate as many elements as they possibly can. I've made that mistake tons of times in the past just because I thought it looked 'cool'.
@cirusMEDIA3 жыл бұрын
O...M...G... i just applied the 'will-change' property to some elements in a LARGE cross-platform app I've been working on and BOOM. It's as smooth as native! Thanks a lot for this video!
@EfeKurnaz5 жыл бұрын
This is gold, most valuable content I've seen on YT for Frontend devs. Thank you Sir Gary Simon.
@JlarMM5 жыл бұрын
Please more about smooth web animations, 60fps, hero animations etc thanks
@FullStackMaster5 жыл бұрын
Thanks Design course for this nice CSS lesson and extra tips!
@nathaaaaaa5 жыл бұрын
Your channel is pretty near to perfection, pls don't stop
@CristianAlexandruRadu5 жыл бұрын
I'm building a social network. The animations are painful. Sometimes, I get lags. I'll update the project with what you just learned me. Great tutorials. Very well explained. Please Keep Up!!!
@krychanpro5 жыл бұрын
One of the best episode, want more about performance in frontend!
@CosminCP5 жыл бұрын
I love how this video's thumbnail matches the previous video's one
@chhavimanichoubey9437Ай бұрын
excellent video to save in study playlist
@patrickjosephaugustinahoic95445 жыл бұрын
Watching this from cote d'ivoire...thank you so much !
@abhishek_k75 жыл бұрын
Just what I wanted and exactly when I wanted it. Thank you!
@kokoshko19854 жыл бұрын
Thank you a lot!!! I didn't even think of it this way
@LeFede Жыл бұрын
so if you have an absolute positioned element, it is safe to asume that it wont trigger a layout recalculate after changing its content or its width ?
@ck00245 жыл бұрын
*The more I learn, the more I realize how illiterate I am.* _Great work, man._ 👍
@wesleyfeller21145 жыл бұрын
Liking the new backdrop!!
@macke89395 жыл бұрын
Perfect timing mate!
@swoorp3 жыл бұрын
Very-very helpful. Thanks ❤
@matiaswebdevwebdev8005 жыл бұрын
Thanks Gary I am learning a lot from your work.
@whiztown35575 жыл бұрын
I always love your videos. Keep it up 👍
@jacquesduplessis61755 жыл бұрын
Janky is my new favourite word. :D Great video.
@sjn_5 жыл бұрын
I read the transform property can be used to create almost any types of animations but I find it pretty difficult to create certain animations. The Android's reveal animation starting with a circle for instance, just like the one on your tutorial using clip-path. Perhaps, you could make some videos on creating unique and creative animations using the properties that trigger composite only? Would be a lot helpful for a guy like me who already know this thing about cheaply animatable properties but struggle to create the desired animations.
@syamss35074 жыл бұрын
2020 and still waiting for will-change property video
@uncheat5 жыл бұрын
But what about transfrom: translate without animation? In some conditions chrome will render it blurry, right?
@AtamMardes5 жыл бұрын
Hi, one unrelated question: Which one of these ( Spotfire, QlikSense or Tableau ) is more popular and pays the most? Which one do you recommend I should learn?
@Jay-eg7yt4 жыл бұрын
Is the transition property considered an animation? I know it can be used for animation effects such as making a div grow, but I don't see it as a trigger on csstriggers.com. Is transition taxing?
@anoopvasudevan3 жыл бұрын
Super useful 👍
@sarahbrown12304 жыл бұрын
You said you were going to link in comments a custom willchange video but did not
@desmondsparrow3490 Жыл бұрын
please where is the css you used
@arthurshaidullin79815 жыл бұрын
cool staff, can you explain 'transform3d' too?
@razenkellesly205 жыл бұрын
Super nice, Thanks.
@nandhikaprayoga65105 жыл бұрын
Hey nice video as always, I want to know, is it good do animation on canvas rather than in HTML element?
@DlSPLACER5 жыл бұрын
Great stuff! Thx so much
@dipsikhadutta64125 жыл бұрын
Thanks it helps a lot, can you make a video on how to create images more responsive and image optimization for web. Thank you.
@ProsenjeetPaulProsenjeetPaul5 жыл бұрын
Use tinypng.com for all kind of images compression. Its the best optimization option so far.
@chefbennyj5 жыл бұрын
Did you ever make a 'will-change' video?
@mikizuk834 жыл бұрын
Yeah, I was wondering too... I've checked today, it's still not made!
@ProsenjeetPaulProsenjeetPaul5 жыл бұрын
So let me add 2 major points to your topic for all the web dev out there. 1. Avoid box shadow mossst important. 2. Avoid Css3 animation instead of that use normal css with position absolute You wont exp this in web but you will exp the lag in mobile. Having an exp of around 9+ years now and this really decrease the hampering job.
@surc_5 жыл бұрын
What did you mean by using absolute positioning for animation?
@ProsenjeetPaulProsenjeetPaul5 жыл бұрын
@@surc_ i mean to say avoid transform:translate(x,y) instead of that use with absolute positioning to animate your element e.g top:x,right:y
@AFTstorm5 жыл бұрын
Prosenjeet Paul it really depends. A lot of modern phones have pretty good gpus these days so using transform would greatly benefit it. I think you as a developer need to know your audience first and build your site for that audience. Knowing your audience will let you build the right site with the right tools
@ProsenjeetPaulProsenjeetPaul5 жыл бұрын
@@AFTstorm well i agree with you partially because on an average audience like me who got an average phone which is not capable of janky/heavy animations . I have tested this on multiple devices and it really depends upon the user phone capabilities. An oneplus one or an i phone has the ability to run this animation smoothly but a phone like Redmi note 3-4 it drops FPS heavily. And i have completely tested it so i came to conclusion that for alteast now we should avoid box shadows and transform.
@brampeirsful5 жыл бұрын
Epic!
@sachinprabhuk62415 жыл бұрын
nice video..thank you
@unboxingexperience5 жыл бұрын
Good work
@CreepToeJoe5 жыл бұрын
Just visit the channel page in KZbin and look at the last two videos! Notice anything?
@MuhammadAdnan-gx6rd5 жыл бұрын
Vue.js animation ?
@antonchinaev34955 жыл бұрын
When the banks stop using IE11 by 2025 I will be thrilled to do actual animations.
@redsevenbox5 жыл бұрын
Another one
@inbiggaaa4 жыл бұрын
please add subtitles
@bonleofen5 жыл бұрын
Hey, I have this request if you could create a tutorial about animation that happens on wheel events. Something like species in pieces website. I have made this request before as well. In case, you're seeing this, please make something like that. Thanks. You're awesome
@ProsenjeetPaulProsenjeetPaul5 жыл бұрын
I want to understand your question. I am assuming you are talking about infinite css anination or some kind of rotation using css.
@bonleofen5 жыл бұрын
@@ProsenjeetPaulProsenjeetPaul check this website www.species-in-pieces.com/