Creating & Animating CSS Thumbnail Galleries

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ธ.ค. 2024

ความคิดเห็น • 53

  • @DesignCourse
    @DesignCourse  6 ปีที่แล้ว +4

    Make sure to Subscribe! My answer for today's question: I have a bookmark folder labeled "inspiration" that contains links to codepen, behance, dribbble, UImovement, and a couple others specifically for the UI stuff. You?

    • @istansanapeace9749
      @istansanapeace9749 6 ปีที่แล้ว +4

      Actually you are my inspiration, you are "keep it simple" kind of guy and present content very effectively and efficiently. Keep it up

    • @jatinpoddar
      @jatinpoddar 6 ปีที่แล้ว

      Great video !! You rock as usual.
      Answer to your question : you are my inspiration as you create videos that teach simple things in unique way. THANK YOU!!! Keep doing such videos. 😀

    • @enochmarco448
      @enochmarco448 3 ปีที่แล้ว

      dont know if anyone gives a shit but if you guys are stoned like me during the covid times you can stream pretty much all of the new movies and series on InstaFlixxer. I've been binge watching with my gf for the last months =)

    • @alexliam9786
      @alexliam9786 3 ปีที่แล้ว

      @Enoch Marco yea, been watching on instaflixxer for since december myself :D

    • @jakobturner3341
      @jakobturner3341 3 ปีที่แล้ว

      @Enoch Marco Definitely, I've been watching on InstaFlixxer for since november myself =)

  • @AfsalKabeer
    @AfsalKabeer 6 ปีที่แล้ว +1

    It wouldn't be such a good traction of following design and code for me if I didn't find your videos. So inspiring for beginners "Coursetro"

  • @bongbuincyril6150
    @bongbuincyril6150 4 ปีที่แล้ว

    This was just the next tutorial I needed while learning Html and CSS
    Thanks man I appreciate

  • @DennisRasmussen
    @DennisRasmussen 6 ปีที่แล้ว +2

    Minor feedback: You could group/nest your :hover selectors as well :)
    You could even use the &-reference: figure { &:hover { ....

  • @pescovisck
    @pescovisck 6 ปีที่แล้ว

    UpLabs and it's challenges are an awesome UI inspiration!

  • @circir1
    @circir1 6 ปีที่แล้ว

    Nice work! Wonderful explanation and demonstration.

  • @Emily_Entropy
    @Emily_Entropy 6 ปีที่แล้ว

    That closer haircut crop looks good.

  • @benjaminw3497
    @benjaminw3497 5 ปีที่แล้ว

    Great tutorial - learnt a lot! Thanks

  • @Segero19
    @Segero19 4 ปีที่แล้ว

    Hello, I have a question about this tutorial. When you do hover effects, how is it that when you mouse out of the thumbnail, transition applies and it transitions smoothly back to default state? Because whenever I do something like this, i always apply ":not(:hover) " to a certain class, which has whatever parameter I want element to have in it's default state and then on ":hover" parameter I want an element to transition to. If i don't do ":not(:hover)", on hover the transition is smooth, but when i move mouse away, the default parameter just jumps in without transition. Is it SASS thing or something? Thanks in advance.

  • @EzequielRegaldo
    @EzequielRegaldo 6 ปีที่แล้ว

    Thank you so much for share your css tips and tricks !

  •  6 ปีที่แล้ว +5

    Codepen, Dribble , Behance , uplabs

  • @samhewitson4018
    @samhewitson4018 6 ปีที่แล้ว +2

    Hi there,
    I noticed that you find it a pain that when you copy and paste a section of code, that it doesn't format correctly. A solution to this is to copy the code up to the end of the line above the area being copied. Doing this correctly formats the code. :)

    •  6 ปีที่แล้ว

      Or selected code and alt+shift + key down

  • @crooker2
    @crooker2 6 ปีที่แล้ว

    Why are you using translate3d instead of just scale?

  • @ben4d85
    @ben4d85 6 ปีที่แล้ว

    What about *mobile* ? How does the hover effect behave in mobile browsers? What about the two buttons?

  • @reshapeux
    @reshapeux 6 ปีที่แล้ว

    Hey,bro can u please make me learn about a css property with a example where we can make a book or card like design and when we hover on it it scrolls down then down to top

  • @GraxS
    @GraxS 6 ปีที่แล้ว

    Is it new feature came with new chrome ?

  • @Smrtnyk
    @Smrtnyk 6 ปีที่แล้ว

    U provide awesome content mate

  • @diceygaming
    @diceygaming 6 ปีที่แล้ว

    @DesignCourse could you link me the video that explains how to make the video background. In your website, you have a video playing with a orange hue overlaying it. I want to learn how to acconplish this. Thanks!

    • @mattwindle3998
      @mattwindle3998 6 ปีที่แล้ว +1

      th-cam.com/video/pNLfm5vxFZc/w-d-xo.html

    • @diceygaming
      @diceygaming 6 ปีที่แล้ว

      @@mattwindle3998 Thanks alot!!! I was starting everywhere for this (im trash at searching lol)

    • @mattwindle3998
      @mattwindle3998 6 ปีที่แล้ว

      No worries :)

  • @sveinsoermo9883
    @sveinsoermo9883 6 ปีที่แล้ว +2

    I use a lot of resources, but if I should remove the res, my MAIN SOURCE for design inspiration and input comes from U and U ONLY!..:-), there is no comparison...

  • @geraldtaal6699
    @geraldtaal6699 6 ปีที่แล้ว +1

    Great stuff as always.
    I'm still learning scss but wouldn't it be better to nest all the child elements with hover under the figure:hover.
    figure:hover {
    background-color: black;
    figcaption::before {
    transform: rotateZ(-45deg) translate3d(0,0,0);
    }
    .additional {
    opacity: 1;
    transform: scale(1);
    }
    img {
    opacity: .4;
    transform: translate3d(0,0,0) scale(1);
    }
    }

  • @francobasilico6174
    @francobasilico6174 6 ปีที่แล้ว

    Hi, can Anyone link the server config he is using to run this applications with watchers?

  • @vatsalaykhobragade
    @vatsalaykhobragade 4 ปีที่แล้ว

    Dribble for my ui inspiration.

  • @babyguitar1404
    @babyguitar1404 6 ปีที่แล้ว

    You're a great pal Gary thank you so much for this tutorial really helpful god bless

  • @jacobybroadnax
    @jacobybroadnax 6 ปีที่แล้ว

    I use Behance it's pretty good.

  • @ibrahimjab
    @ibrahimjab 6 ปีที่แล้ว

    Cool tutorial same as ever.

  • @WizardKing24
    @WizardKing24 6 ปีที่แล้ว

    Really cool and useful video but could you please answer my question on the coursetro-slack help me chat?

  • @ranit76
    @ranit76 6 ปีที่แล้ว

    @gary Nice one.

  • @franktielemans6624
    @franktielemans6624 6 ปีที่แล้ว

    These thumbnails must have a fixed width. A responsive width (% of fr) would create a problem with the slant in the top left corner.

  • @nisargsachinsaple
    @nisargsachinsaple 6 ปีที่แล้ว

    Dribble is best 😉

  • @RahulSharmax19
    @RahulSharmax19 6 ปีที่แล้ว

    Dribbble, Design style guides from Google, AirBnB, Salesforce etc.

  • @webtantras
    @webtantras 6 ปีที่แล้ว

    Very Helpfull ........... ...

  • @DeepakSaini
    @DeepakSaini 6 ปีที่แล้ว

    Hey brother its me "men"

  • @ErkanOkman
    @ErkanOkman 6 ปีที่แล้ว

    👍👏

  • @debadipti
    @debadipti 6 ปีที่แล้ว

    Codepen, Awwwards, Dribble and Behance.

  • @CristiVStan
    @CristiVStan 6 ปีที่แล้ว

    Dribbble

  • @ИванКраснюков-и9й
    @ИванКраснюков-и9й 6 ปีที่แล้ว +1

    Английский вообще не знаю, но он объясняет так что мне понятно

  • @adisakjantrasopark7672
    @adisakjantrasopark7672 6 ปีที่แล้ว

    why screen too poor

  • @MuhammadAdnan-gx6rd
    @MuhammadAdnan-gx6rd 6 ปีที่แล้ว

    Material.io UI interface

  • @chandanbaruah7692
    @chandanbaruah7692 6 ปีที่แล้ว

    Codepen

  • @LindelaniKgothatsoSodi
    @LindelaniKgothatsoSodi 6 ปีที่แล้ว

    uplabs.com

  • @kumarvishalben
    @kumarvishalben 6 ปีที่แล้ว

    Hope i will get a like from Garry