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

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 พ.ย. 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 7 หลายเดือนก่อน +5

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

    • @iamrithmic
      @iamrithmic  7 หลายเดือนก่อน +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.

    • @iamrithmic
      @iamrithmic  7 หลายเดือนก่อน

      Glad you like it!

  • @benjaminveli7884
    @benjaminveli7884 2 วันที่ผ่านมา

    Thank bro, this has been very helpful.

  • @godofwar8262
    @godofwar8262 7 หลายเดือนก่อน +5

    Great videos

    • @iamrithmic
      @iamrithmic  7 หลายเดือนก่อน

      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) =>