When you accidentally make something awesome

Поделиться
HTML-код
  • Опубликовано: 21 окт 2024

Комментарии • 75

  • @yourDecisi0n
    @yourDecisi0n 9 месяцев назад +82

    He discovered gamma rays in CSS

  • @MozzyFX
    @MozzyFX 9 месяцев назад +66

    I really like this "unplanned" content. It's useful to see your live thoughts and ideas

  • @pokefreak2112
    @pokefreak2112 9 месяцев назад +14

    Cool effect! One tip I can give regarding blend modes is that you can use gimp/photoshop etc. to quickly prototype the effect you're going for before jumping into CSS or shaders. Opacity is also very useful as it lets you tone down the intense blend modes like color dodge.
    If you wanna get technical Wikipedia also has an article on blend modes you can use to actually understand what's going on at the mathematical level :)

  • @jfftck
    @jfftck 9 месяцев назад +11

    The jumping div was because you needed a pointer-events: none on the block. When the block is moved under the cursor, that changes the mouse position based on the blocks inner coordinates.

  • @LorenzoDeNato
    @LorenzoDeNato 9 месяцев назад +12

    Seems a lot something that hyperplexed would use well

  • @Micsc
    @Micsc 9 месяцев назад +12

    "when it works,
    don't touch it"

  • @RayAndrewsDev
    @RayAndrewsDev 9 месяцев назад +3

    That would be very nice as a reposition-on-scroll animation, sort of like a firefly than moves to direct your attention to a call-to-action or headline on a new area of content

  • @NickCombs
    @NickCombs 9 месяцев назад +1

    The way you can do this effect on white is by switching the burn to dodge and changing the cursor shape fill to 50% gray or darker.

  • @carson7146
    @carson7146 9 месяцев назад +12

    New title: " How to teach yourself to code by trial and error" 💯💖
    Awesome effects though! Thanks for sharing!! ❤🎉

  • @NOALNOM
    @NOALNOM 15 дней назад

    Thanks for your curiosity, love your videos Kev 💪🤓

  • @LePhenixGD
    @LePhenixGD 9 месяцев назад +1

    Amazing stuff as always !
    Btw you remind me of back when I was creating a small paint webapp and I added blur + high contrast filters to the canvas itself and it gave a trippy and cool looking effect!
    Experimenting really make you grow as a dev!

  • @kimberlyjacobsen4148
    @kimberlyjacobsen4148 8 месяцев назад +1

    No mistakes . Just happy little accidents ☺️
    Gotta love that Bob Ross

  • @erikfries
    @erikfries 9 месяцев назад

    Love your enthusiasm!

  • @samirmulla8176
    @samirmulla8176 9 месяцев назад +3

    Thanks for creating this amazing videos🎉🎉🎉🎉

  • @Varieties_1
    @Varieties_1 8 месяцев назад

    Man that's a lot of beautiful craziness LOL

  • @farhanmemon1283
    @farhanmemon1283 9 месяцев назад +2

    Looks fascinating 😍

  • @b3rgundy
    @b3rgundy 9 месяцев назад

    The blending modes are also in nearly every Adobe product: I recommend searching for their documentation to get some details on how they work.

  • @Someone-comment
    @Someone-comment 9 месяцев назад

    @Kevin Powell
    I have a CSS question for a problem that I couldn't find a solution for.
    If you have a child div with position 'Fixed', its position will be relative to 'body' regardless of the position of the parent div.
    But when you apply transformation to the parent, for example "traslateX", the fixed position div will no longer have the position attached to the body, but will change to be relative to the parent (with transformation property).
    The reason, as you know, is that the context of the fixed layer is affected and belongs to the parent layer.
    Do you know a solution to keep the fixed layer position the same relative to the body, if that is even possible?
    I'm not looking for 'hack' solutions to simulate the reverse effect, such as if moving the transformed parent to the right and then moving the solid layer to the left, or moving the fixed child div outside the parent, or similar solutions. I need a solution, if it exists, to keep the dom unchanged and the fixed position behavior the same.
    Thank you

  • @darrencaai2225
    @darrencaai2225 6 месяцев назад

    That is so very kewl. I'm playing with CSS but not sure where to go to have community feedback. When you create/develop a new CSS technique, where do you go to have others front end developers vet your experiments?

  • @RagHelen
    @RagHelen 9 месяцев назад +1

    Like Max Planck inventing quantum mechanics by accident.

  • @efari
    @efari 9 месяцев назад

    you can work with a white background, but for that you need your cursor's blob to be black, and then use color-dodge instead of color-burn

  • @RobertMcGovernTarasis
    @RobertMcGovernTarasis 9 месяцев назад

    That was great, and a good reminder to experiement. Must do it more than just trying to build out Frontend Mentor challenges. Wondering about using a mix of what you done and an effect I saw for making merging "glob" circles to make a sort of Lava Lamp animation in CSS.

  • @virtual5754
    @virtual5754 9 месяцев назад

    It is beach ball. Very fuzzy, but still visible. It rolls and shows different colors from each side

  • @wizzbitgxs
    @wizzbitgxs 9 месяцев назад +3

    Most great inventions are accedentally ;)

  • @ep4r4
    @ep4r4 8 месяцев назад

    Estos son los experimento que valen la pena publicar, sigue asi! En mi caso algo parecido me sucedió donde se requería que un componente de React convivieran en una página de Wordpress con elementos de Elementor Pro y pues lo logré experimentando.

  • @amirhasanitachi5521
    @amirhasanitachi5521 9 месяцев назад

    It was really nice thanks🤗🤗

  • @tannercottle
    @tannercottle 7 месяцев назад

    accidentally creates a controlled Siri animation

  • @dylaninthemovies
    @dylaninthemovies 9 месяцев назад

    When you get an ad for wix studio at the beginning of one of Kevin's videos...

  • @vaughanprint
    @vaughanprint 9 месяцев назад

    XFiles Kevin, admit it. You were a fan back in the day.

  • @officialbfi01
    @officialbfi01 9 месяцев назад

    Something I've found playing around with this is that it overlays on top of other page elements, meaning stuff like buttons become unclickable. It seems to be related to ::before's aspect-ratio and ::after's inset, however sadly I am not sure how to fix this. z-index does not seem to work and most of the changes tried either has no effect or breaks the effect :P pointer-events set to none does allow for the user to click through the event, however the effect still overlays. A very cool effect standalone though!

  • @domsau2
    @domsau2 9 месяцев назад +1

    Hello. Nice UFO image! ;-) Thanks.

  • @igordasunddas3377
    @igordasunddas3377 9 месяцев назад

    Man, the cards in a proper application in a more subtitle way would look cool. Also the gradient is nice, too, though animation-timeline is from what I remember from one of your other videos only available in the very recent version of Chrome?

  • @denizorsel1029
    @denizorsel1029 9 месяцев назад

    It is beautiful.

  • @SamInNZ
    @SamInNZ 9 месяцев назад

    It reminds me of the HomePod Siri animation. Particularly if you change background to white and change back to color-dodge?

  • @MrQuickLine
    @MrQuickLine 8 месяцев назад

    I bet if you used oklch you could set the l for all your gradient colors to the same and as long as the background color had a lower l value it would probably be fine

  • @scuderia6272
    @scuderia6272 8 месяцев назад

    This channel makes me feel I never learned CSS😅

  • @ArtyomStouch
    @ArtyomStouch 9 месяцев назад

    Thanks Keviv, it`s good tricks.

  • @Benprod56
    @Benprod56 9 месяцев назад

    Hi ! I really like how you turn your tutorials like a story. I do have an issue as a frontend developer.
    Could you make a video about blurs animations and issue performance and how to solve this issue.
    I tried many solutions but not as expected at the end.
    Thanks a lot.

  • @sharkinahat
    @sharkinahat 9 месяцев назад

    The Slow Mo Guys just put up a video of a CD in a microwave... looks exactly the same as what Kevin did.

  • @leechurchill1965
    @leechurchill1965 9 месяцев назад +1

    What CAN'T you do with CSS?

  • @diwanshuji947
    @diwanshuji947 9 месяцев назад

    We can put opacity to cursor and it makes nebulla like structure

  • @user-fqlt
    @user-fqlt 9 месяцев назад

    The Newton of CSS.

  • @QwDragon
    @QwDragon 9 месяцев назад +1

    Maybe I can solve (i.e. hack) problem with position stycky. At least, I'll try.

  • @Android480
    @Android480 9 месяцев назад

    You could solve the first problem with JS, though it wouldn’t be fun

  • @gevor3338
    @gevor3338 9 месяцев назад

    Hey Kevin, is there any way I can get the code for the card? I really liked it

  • @frosty8104
    @frosty8104 9 месяцев назад

    Colour changing sphere :)

  • @minhdung3532
    @minhdung3532 9 месяцев назад

    Hi mr Kevin, your video very good. But Telegram latest update have special delete animation so smooth, can you made like that? Hope you reply

  • @geHuC
    @geHuC 9 месяцев назад +3

    Side note, Just realized it is 'Hi there, my frontend friends' and not 'Hi there, my friend and friends' 😮

    • @nateonmission
      @nateonmission 9 месяцев назад

      WAIT! Is that what he's really saying?! I heard 'Hi there, my friend and friends' too! 🤦‍♂

  • @ralphstube
    @ralphstube 9 месяцев назад +2

    As far as I can see, getElementById is 3-5 times faster than querySelector - so I'm using IDs for JS and leaving classes and attributes for styling.

  • @andreroodt4647
    @andreroodt4647 9 месяцев назад

    Yeah right, you "accidentally" made this. Did anyone else notice the chemtrails in the background? 😉😜

  • @SwayamBrahmbhatt
    @SwayamBrahmbhatt 9 месяцев назад

    help me I'm being held hostage

  • @TheMightyAtomNL
    @TheMightyAtomNL 9 месяцев назад

    What's this editor called? It's not Visual Studio Code is it?

    • @JosephCodette
      @JosephCodette 9 месяцев назад +1

      It’s codepen , online editor

    • @RobertMcGovernTarasis
      @RobertMcGovernTarasis 9 месяцев назад +1

      @@JosephCodette indeed, discovered today there is an alternative to it called Web Maker App (I wanted an offline codepen)

  • @anubislockward3750
    @anubislockward3750 8 месяцев назад

    It's not a bug...it's a feature

  • @wolfphantom
    @wolfphantom 9 месяцев назад +1

    "Color Burn" and "Color Dodge" are things you used in other applications like Photoshop. This is a pretty technical explanation of how it works.
    ruclips.net/video/WdBe8ErBzYs/видео.html

  • @sercan272727
    @sercan272727 9 месяцев назад

    This looks like siri icon

  • @lowEndAppsAndGames
    @lowEndAppsAndGames 7 месяцев назад

    you to g man

  • @eugenenepomnyaschy
    @eugenenepomnyaschy 9 месяцев назад

    It’s Siri effect

  • @ThomasMYoutube
    @ThomasMYoutube 9 месяцев назад +2

    This is awesome! I'm an aspiring junior developer from the UK: what technologies would you reccomend learning for front end development in 2024?

    • @lasarkolja9692
      @lasarkolja9692 9 месяцев назад +4

      HTML, CSS & JavaScript 😃

    • @natescode
      @natescode 9 месяцев назад +2

      HTML, CSS and JS obviously. But look at your local market! People Always ask this and ignore what companies are hiring for

    • @KevinPowell
      @KevinPowell  9 месяцев назад +3

      @natescode nailed it, look at local job postings and see what's in demand, it can be drastically different from one place to another :)

    • @rayyanabdulwajid7681
      @rayyanabdulwajid7681 9 месяцев назад

      Html, css, javascript are mandatory. Then , you have to go ahead with javascript framework (pick any one framework). I suggest you to go ahead with react js. But make sure to build a lot of small projects with html, css and javascript before you move on to a javascript framework like react js

  • @henolivares
    @henolivares 9 месяцев назад

    Hey i was checking out your courses and see CSS Demystified and beyond css so I'm not sure what would best or the difference between them

  • @RodrigoNishino
    @RodrigoNishino 9 месяцев назад

    Neat

  • @shanappy7041
    @shanappy7041 9 месяцев назад

    Second