A Cool Grid Effect for your Hero Section (Framer Motion)

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

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

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

    Instantly subscribed, keep up the good work! this channel is a gem for sure :) happy to be here at the start of the channel

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

      Thank you very much!

  • @hammadXP
    @hammadXP 8 месяцев назад +5

    Your channel is a gem, such well edited videos with great attention to detail and beginner friendly as well ❤

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

      Thank you man! Means a lot when these things don't go unnoticed.

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

    This is a nice use of grid. Thanks for the tutorial.

  • @benjaminveli7884
    @benjaminveli7884 7 дней назад

    Thank bro, this has been very helpful.

  • @godofwar8262
    @godofwar8262 8 месяцев назад +5

    Great videos

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

      Thank you as always for the support

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

    There is a small error in your code and you'll also get a warning for this in console.
    {Array.from(Array(20 * 12), (i) => (
    ))}
    Here i isn't what you think it is. index is the second argument so you need to use something like (_, i) =>