I Will Never Write CSS Animations Again Without Using This Tool

  Рет қаралды 147,472

Web Dev Simplified

Web Dev Simplified

Күн бұрын

CSS Animations are difficult to work with because they are hard to debug/test, or at least they would be if we didn’t have amazing animation dev tools built into the browser. In this video I will show you how to use the amazing dev tools built into both Chrome and Firefox.
📚 Materials/References:
Prettier CSS Animation Video: • Can I Create This VERY...
Loading Spinner Animation Video: • How To Create An Advan...
🌎 Find Me Here:
My Blog: blog.webdevsimplified.com
My Courses: courses.webdevsimplified.com
Patreon: / webdevsimplified
Twitter: / devsimplified
Discord: / discord
GitHub: github.com/WebDevSimplified
CodePen: codepen.io/WebDevSimplified
⏱️ Timestamps:
00:00 - Introduction
00:43 - Animation Dev Tool Basics
04:47 - Advanced Examples
10:45 - Firefox Dev Tools
#CSSAnimation #WDS #CSS

Пікірлер: 74
@maxfri6680
@maxfri6680 11 ай бұрын
Since there is a timeline to change the animations it would be cool to add a “bake animation” button to actually export the modified version back to code 🤔
@comoyun
@comoyun 11 ай бұрын
Yeah, these tools make our life much easier. Loved it. Thanks.
@CZghost
@CZghost 11 ай бұрын
To be fair, I was today years old when I found about Animations tab in Chrome Developers Tool.
@adityaanuragi6916
@adityaanuragi6916 11 ай бұрын
Same
@tuancao85
@tuancao85 11 ай бұрын
Love this. Thanks Kyle!
@atharvabhosale3529
@atharvabhosale3529 11 ай бұрын
I absolutely love your videos :)
@MichaMichelsens
@MichaMichelsens 11 ай бұрын
hey thanks a lot - i never saw this animation tab in the Inspector and its so helpful.
@shahfaisal3923
@shahfaisal3923 11 ай бұрын
great work. Thanks for sharing.
@theisoj
@theisoj 11 ай бұрын
Thanks Kyle as always! 👍
@truongthanhtrung5056
@truongthanhtrung5056 10 ай бұрын
It's so useful, thank you🧒
@DevMeloy
@DevMeloy 11 ай бұрын
Very cool stuff!
@chang112x
@chang112x 8 ай бұрын
This is a game changer definitively ! :D
@a7modywael51
@a7modywael51 11 ай бұрын
And I was searching the web for how to reverse engineer css animations 😂 Thanks kyle
@a7modywael51
@a7modywael51 11 ай бұрын
@@biggestthreattoyourexistence 😒
@dadou9590
@dadou9590 11 ай бұрын
The keyframe chrome extension is also great
@RegalWK
@RegalWK 11 ай бұрын
Great video!
@anasouardini
@anasouardini 11 ай бұрын
I never knew that exists, thank you.
@sanjaux
@sanjaux 10 ай бұрын
The devtools window is so overly cluttered and ancient feeling that my brain didn’t even want to have it open long enough to find stuff like this wow
@DamonCahill
@DamonCahill 10 ай бұрын
legendary ty!
@kirillvoloshin2065
@kirillvoloshin2065 11 ай бұрын
yeah, until your app is in react and uses classnames library
@kurtthorsten4463
@kurtthorsten4463 11 ай бұрын
:')
@prerit714
@prerit714 11 ай бұрын
The truth has been said *Cries in enterprise
@genechristiansomoza4931
@genechristiansomoza4931 11 ай бұрын
Then your react limits you
@Kokouvi_el_mejor
@Kokouvi_el_mejor 10 ай бұрын
Ramer motion for react...
@nro337
@nro337 11 ай бұрын
Nice video!
@CodingWithMrM
@CodingWithMrM 11 ай бұрын
What is the setup you're using like what is the came and the mic can you please lemme know?
@cavemutt
@cavemutt 11 ай бұрын
Kyle, have you used the Firefox Developer browser? If so, have you noticed any significant differences from the regular Firefox browser? So far they're the same for me, but I haven't used it as extensively as you have to know a difference if I saw one. 🤷‍♂
@LosfrogerX
@LosfrogerX 11 ай бұрын
Firefox dev edition is a nightly build so it has the latest features
@rand0mtv660
@rand0mtv660 10 ай бұрын
@@LosfrogerX No, Firefox Nightly is the nightly build. Firefox Developer Edition is basically the beta version with maybe some tweaks that might help during development such as running unsigned extensions more easily or things like that. You can also use it if you want a bit faster access to newer features since you are using the beta version of the browser in that case. Basically Firefox Nightly is the alpha version, Firefox Developer Edition is beta and regular Firefox is the regular release.
@ledger9972
@ledger9972 11 ай бұрын
I swear, up until this past week I hated web development with a passion. Until Kyle showed up and I can finally understand this entire mess
@baconhair5937
@baconhair5937 10 ай бұрын
u are a complete lier
@smartjefreycoca5425
@smartjefreycoca5425 11 ай бұрын
can your create a complete crash course in web dev tools in a browser
@berrodev
@berrodev 11 ай бұрын
I wish we had a graph editor :(
@user-xo2ge7gp8j
@user-xo2ge7gp8j 11 ай бұрын
hey Kyle, why have have you removed the Axios tutorial video.
@user-nv1os5ni1y
@user-nv1os5ni1y 10 ай бұрын
thanku
@user-nv1os5ni1y
@user-nv1os5ni1y 10 ай бұрын
thankuu
@QvsTheWorld
@QvsTheWorld 10 ай бұрын
Unless I'm trying to do dynamic animations, I find using code instead of actual animation tools to be quite dreadful. To me, code is a logic tool to solve logic problem, it's completely maladapted to to solve visual problems.
@xGSTQ
@xGSTQ 9 ай бұрын
I keep up to date with most features within the browser and have known about this for 12 months now. Had a play when it was first released and thought it was nice and all. The thing is you'll never use it. All I seem to use is linear 300ms or ease-in-out 300ms 😢
@user-zj3lt2ip5b
@user-zj3lt2ip5b 11 ай бұрын
Hello, could you give me the roadmap of web developper Thanks ❤
@dei8bit
@dei8bit 3 ай бұрын
yeah
@jerK2023
@jerK2023 10 ай бұрын
Nice tool, didn't know about this one. Definitely gonna use it. I remember when Steve Jobs / HTML 5 fanboys said that HTML 5 can do everything better then Adobe Flash. Here we are +-8 years later, and i'm still waiting for it to happen. Killing Flash was one of the biggest mistakes that happend for webdevelopers. The tools we had 15 years ago in Adobe Flash we're better then we have today. Some things definitely got better, but allot of things got way worse.
@MrKlarthums
@MrKlarthums 10 ай бұрын
Steve Jobs, IMO, said that mainly to crush competition, not out of merit. Allowing Flash would allow for App Store competitors.
@estate0007
@estate0007 9 ай бұрын
I thought exactly the same, but recently I found GSAP. This framework gives me back my optimism when it comes to interactive web animations. And things like ScrollTrigger were simply not possible with Flash. Btw, Jack, the founder, started GSAP back in the days as an extension for Flash.
@matterexplorer
@matterexplorer 9 ай бұрын
Authoring animations/transitions was definitely easier for people without developer skills. Now everyone lives in their tool; A designer nowadays will more likely recreate this animation in figma than open a secondary window in the developer tools of the target platform. A developer will probably copy&paste&hot-reload from some IDE. Then we have 4 authoring UIs to do 1 thing; one each in chrome, Firefox, figma, vsCode,... just to name the most popular ones
@abdulazezzeinuali7983
@abdulazezzeinuali7983 11 ай бұрын
you have same voice as Mr. Robot
@null_spacex
@null_spacex 11 ай бұрын
No he doesn't
@MrDoodleDandy
@MrDoodleDandy 10 ай бұрын
I didn't even know "scale" exists
@hellowerd
@hellowerd 10 ай бұрын
It took them 10 years to get what Flash had in 2003
@siddheshposam3665
@siddheshposam3665 11 ай бұрын
learn by doing from terminal
@siddheshposam3665
@siddheshposam3665 11 ай бұрын
learn by doing
@namishkapoor9772
@namishkapoor9772 10 ай бұрын
Please make you video in slow vocal. You are very fast in speaking and sometimes we have to watch again and again to listen what did you just said before😊
@njordholm
@njordholm 10 ай бұрын
Well, I am glad KZbin also has some useful tools to change the speed of the video playback... You are talking way too fast for me non-native English speaker. In German we say: "Ohne Punkt und Komma reden." I have found, that 85% of the original speed is just right.
@ayokotimilehin8140
@ayokotimilehin8140 11 ай бұрын
Lol
@Designer_Fact
@Designer_Fact 7 ай бұрын
Hare Krishna 🙏🏻
@j.k24
@j.k24 11 ай бұрын
bet figma will create a better ui for animation which output the css
@ParkingLotStudioGames
@ParkingLotStudioGames 11 ай бұрын
so? what is this "tool"? No mention of the tool in the title, no view
@markambrus2934
@markambrus2934 11 ай бұрын
It is built into the browser smartass.
@KyleJMitchell
@KyleJMitchell 11 ай бұрын
Good on you for engaging with the video and showing the algorithm that it's worth the time for more people to watch! 👍
@ParkingLotStudioGames
@ParkingLotStudioGames 11 ай бұрын
​@@KyleJMitchell the guy is big enough for a couple comments to matter. I'm not hating or saying the opposite of your comment, smart mouth. If you read my comment all I'm asking is the name of the tool. I never said I wished the video had less engagement nor that the algorithm should not pick it up. If that was my premise I would've clicked don't recommend and moved on but I decided to comment asking a question and explaining why I asked that question. Check that reading comprehension my man.
@hiryuimajin
@hiryuimajin 11 ай бұрын
​@@ParkingLotStudioGamesyou're the tool
@wb4529
@wb4529 11 ай бұрын
hehe
@govinda399
@govinda399 11 ай бұрын
you should never use absolute words like "never, always"
@MaskedMuchacho07
@MaskedMuchacho07 11 ай бұрын
I love your video's but for the love of god please take a breath every now and then
@alan_1213
@alan_1213 11 ай бұрын
It’s all good but its all adds up and make chrome so slow. It’s already heavy and slow 😢
@KyleJMitchell
@KyleJMitchell 11 ай бұрын
Stuff like this doesn't make Chrome slow. Caching and prefetching all sorts of pages for your current location and possible destinations to provide snappy load times is what makes Chrome slow. Resource hogging is just that: the program hogging resources. Mostly RAM, and mostly by storing too much for the system underneath the program to have enough memory left over to render the application's chrome. Small tools like these, used for analyzing and rendering visualizations based on simple CSS rules, aren't going to take much effort from even a mid-range processor.
@ongke3655
@ongke3655 11 ай бұрын
only low on init
@JustinGeorgejgm
@JustinGeorgejgm 11 ай бұрын
First here. FYI: im not proud of this 😅
@moviecentral6516
@moviecentral6516 11 ай бұрын
Misleading title 😂
@LokiDaFerret
@LokiDaFerret 10 ай бұрын
Me thinks you are speeding up your narration. Either that or you just talk remarkably fast.
@funkizer
@funkizer 10 ай бұрын
A very clickbatey title. Sorry to say because you have good videos. Thumb down.
@funkizer
@funkizer 10 ай бұрын
To fix just replace "this too" with the actual name of the tool please.
@opinionatedopiner
@opinionatedopiner 9 ай бұрын
stop bobbing your head left to right. it's distracting. or keep doing it but take your head out of the video. thanks. Edit: a lot of us watch tuts in 1.25 or 1.5 speed and your head bobbing at accelerated speed in EVERY video is mildly irritating.
@user-nv1os5ni1y
@user-nv1os5ni1y 10 ай бұрын
thankuu
Top 10 CSS One Liners That Will Blow Your Mind
13:34
developedbyed
Рет қаралды 910 М.
The Most Important Skill You Never Learned
34:56
Web Dev Simplified
Рет қаралды 157 М.
MEU IRMÃO FICOU FAMOSO
00:52
Matheus Kriwat
Рет қаралды 22 МЛН
Which one is the best? #katebrush #shorts
00:12
Kate Brush
Рет қаралды 25 МЛН
10 Tailwind Classes I Wish I Knew Earlier
13:31
Web Dev Simplified
Рет қаралды 164 М.
CSS Anchor Is The Best New CSS Feature Since Flexbox
15:39
Web Dev Simplified
Рет қаралды 357 М.
Two Sum | LeetCode 1 | JavaScript | Easy
13:20
Gordon Zhu
Рет қаралды 6 М.
The problems with viewport units
13:23
Kevin Powell
Рет қаралды 353 М.
Award Winning Animation With Only 20 Lines Of CSS?
6:59
Hyperplexed
Рет қаралды 1,7 МЛН
WTF Do These Even Mean
13:44
Web Dev Simplified
Рет қаралды 75 М.
Using CSS custom properties like this is a waste
16:12
Kevin Powell
Рет қаралды 159 М.
Make Awesome SVG Animations with CSS // 7 Useful Techniques
12:20
Learn CSS Animation In 15 Minutes
15:33
Web Dev Simplified
Рет қаралды 747 М.
Learn Every CSS Selector In 20 Minutes
19:38
Web Dev Simplified
Рет қаралды 438 М.