Ripple Hover Effect -- Bricks Builder Tutorial

Поділитися
Вставка
  • Опубліковано 19 гру 2024

КОМЕНТАРІ • 20

  • @wpeasy
    @wpeasy 3 місяці тому +1

    Nice tut Nick.
    One thing, I would probably put this in a closure so that constants like 'buttons' won't clash with other code.
    (()=>{ //your code })();

    • @nickarceco
      @nickarceco  3 місяці тому

      I realized after releasing it that buttons probably wasn’t the best variable to use. Great for testing but not for production. Should have been something like ‘rippleEffectButtons”

    • @nickarceco
      @nickarceco  3 місяці тому +4

      For anyone wanting the improved JS that keeps the buttons within its own scope without clashing with other JS here is the link: snippet.codes/u/sleeplesskxng/snippets/788
      Thank you @wpeasy for catching this

  • @dahunsi
    @dahunsi 3 місяці тому

    Awesome tutorial Nick. Loved it.

  • @andreas-delarmy
    @andreas-delarmy 3 місяці тому

    Just discovered your channel mate. Thanks for all your nice content! Keep it up! 💯

  • @NoHandle-i9w
    @NoHandle-i9w 3 місяці тому

    Terrific tutorial! Thanks Nick.

  • @johnpixle
    @johnpixle 3 місяці тому

    Cool and simple to follow! Thanks!

  • @shibupandit24
    @shibupandit24 3 місяці тому

    Thank you for this great knowledgeable video

  • @dynamic-homepages
    @dynamic-homepages 3 місяці тому +2

    I was missing your videos 🎉

  • @RobCooper
    @RobCooper 3 місяці тому +2

    RIGHT ON! a new video from Nick

  • @TheManwithTheOwl
    @TheManwithTheOwl 3 місяці тому +1

    Great tutorial 👍❤️

  • @sean-gs
    @sean-gs 3 місяці тому

    Great video ! thanks a lot

  • @mesbaa
    @mesbaa 3 місяці тому

    Really nice video. This is great.
    If I had to change 2 things, it would be an IIFE so that you prevent code leakage. And whenever I have to write JS, I always wait for the DOM to fully load.
    So basically put everything in an iife and add a listener for the DOM.
    Regardless, it was a really nice video. Love it

    • @nickarceco
      @nickarceco  3 місяці тому +1

      Appreciate these types of comments as I’m still in the process of learning JS. I’ll keep that in mind to wrap and check dom for future videos. 🫡

  • @abdulwaheedorg
    @abdulwaheedorg Місяць тому

    Super amazing

  • @EliasRise
    @EliasRise 3 місяці тому +1

    Great video! Thank you very much, where did you go? We missed you :)

    • @nickarceco
      @nickarceco  3 місяці тому +1

      Busy trying to make some money and land new clients. Finally had a window to press record

  • @kryllyn
    @kryllyn 2 місяці тому

    Did you custom your UI via CSS or are you using some sort of (premium) plugin?

    • @nickarceco
      @nickarceco  2 місяці тому +1

      @@kryllyn I added css to make the structure more apparent when I select an item but other than that the rest is advanced themer for features