How the best sites are made: The Studio's award-winning wonky grid slideshow

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

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

  • @r15bin
    @r15bin 7 месяцев назад +2

    please revive this series, so good

  • @fasdfasdfasdf8786
    @fasdfasdfasdf8786 Год назад +2

    I always enjoy hearing your perspective! Impressive breakdown of an otherwise “complex” effect!

    • @SuperHi
      @SuperHi  Год назад +1

      Exactly, I think it's like the best design... from a design point of view it seems simple, but from an implementation point of view, it seems like it'd be complex, but it's really the ingenious of having not been done before!

  • @floorb1324
    @floorb1324 Год назад +1

    love the wonky slide!

    • @SuperHi
      @SuperHi  Год назад

      Me too! It's such an effective design feature!

  • @zhanezar
    @zhanezar Год назад

    your tutorials are really great, i feel like i learn a lot of the best process on how to tackle a problem , thank you

    • @SuperHi
      @SuperHi  Год назад

      Happy to hear that! We have a lot more on their way!

  • @ingofischer1268
    @ingofischer1268 Год назад +3

    is there any possibilty not just to jump to the begining, an infinte loop instead?¿

    • @SuperHi
      @SuperHi  Год назад +2

      Yeh there's probably a way to make it work by shifting tags from the start to the end if you're going next, or from the end if you're going previous! I haven't tried to give it a go but I might see if I can get it working over the weekend!

  • @tanppangi
    @tanppangi Год назад +1

    Awesome! It's so amazing that you can build such a beautiful website with some lines of JavaScript! Would love to build the complete website including the working grid toggle :)

    • @SuperHi
      @SuperHi  Год назад +1

      Yes! Sometimes the most effective designs are very simple under the hood! Which working grid toggle btw? Wasn't sure what you meant!

    • @tanppangi
      @tanppangi Год назад

      Oh the top right! Seems like in Demo the Grid toggle does not work, so want to also build the one works :)

    • @SuperHi
      @SuperHi  Год назад +1

      Ooooohhhh right, the Grid on our version? That was just some placeholder text to be honest! But all you'd need to do is add in a function to listen out for that link to be clicked, then you would turn the section into a grid of, say, repeat(3, 1fr) instead of the new grid layout. Something like this: gist.github.com/riklomas/fcb6525542ce4d32e9aeec56b8af49a4

    • @tanppangi
      @tanppangi Год назад

      @@SuperHi Oooh, thanks for the tips

  • @JyP-o9k
    @JyP-o9k Год назад

    Really great tutorial 👍 can you also make a tutorial on how that website kind of has zoom in transition to their homepage? Is it possible with using just vanilla js? Btw thanks for sharing your knowledge ❤

  • @mathieupreaud
    @mathieupreaud Год назад +2

    Great tutorial! Would love to see how to convert the grid in 2 columns (for example) when detecting touch devices or under a certain width : )

    • @SuperHi
      @SuperHi  Год назад +2

      I think the best way would be to have several 'patterns' so that when you're on smaller screens you could pick from different versions. I did a quick version here: gist.github.com/riklomas/8f635a016c75eb975cf18572c4ee8d90

    • @mathieupreaud
      @mathieupreaud Год назад

      Thanks a lot Rick​@@SuperHi. I like the solution you've come up with the JS media queries. However I'm not sure to understand how we could add a third parameter inside 'patterns', for example 'tablet', if we only have one const 'matcher'

    • @SuperHi
      @SuperHi  Год назад +1

      We'd just make another matchMedia and check against that (similar to CSS breakpoints) and then pick the size from there! Something like this gist.github.com/riklomas/827c6994d453ede7611e46bf85f67110

    • @mathieupreaud
      @mathieupreaud Год назад

      Thank you!@@SuperHi

  • @InfiniteLightAura
    @InfiniteLightAura Год назад +1

    Let's goooo

    • @SuperHi
      @SuperHi  Год назад

      Yessssssss it's a great effect, innit??

  • @sarahmatos7777
    @sarahmatos7777 Год назад

    awesome!!!

    • @SuperHi
      @SuperHi  Год назад

      Thanks!! It’s a fun one isn’t it?