VueJs Animation the Easy Way | Diligent Dev

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

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

  • @LordVodka313
    @LordVodka313 3 года назад +1

    I got a WHOLE LOT OF VALUE from this. Animate.css has been around for a long time and I hadn’t found a tutorial that walked me through vue transitions the way yours does. I,’m so using this!!

  • @Cho1279624
    @Cho1279624 3 года назад

    I like your explanation style. Thank you! It’s a lot helpful for me!

  • @eduardkoshkelyan8670
    @eduardkoshkelyan8670 4 года назад +3

    great explanations, keep up the good work

  • @johnnwabuforudemezue1108
    @johnnwabuforudemezue1108 2 года назад

    Thank you sir, God bless you

  • @kennethpineda6143
    @kennethpineda6143 3 года назад +1

    Thank you very much for the tutorial.

  • @onefilm2709
    @onefilm2709 3 года назад +1

    Very nice tutorial men! Keep up with good work 😊👍

  • @noahpaye6863
    @noahpaye6863 3 года назад +1

    An amazing work, brother.

  • @martinn1071
    @martinn1071 3 года назад +1

    Really good and useful!
    Thanks

  • @maskman4821
    @maskman4821 4 года назад +1

    This is awesome, but can we customize animation like setup duration etc ???

    • @DiligentDev
      @DiligentDev  4 года назад +1

      Yes, you can and it's just as easy. All you have to do is add a utility class from Animate CSS:
      animate.style/#utilities

    • @maskman4821
      @maskman4821 4 года назад +1

      @@DiligentDev Thank you so much !!!

  • @rokki3857
    @rokki3857 4 года назад +1

    Amazing tutorial. You're cool!

  • @stanislaolombardo8038
    @stanislaolombardo8038 4 года назад +2

    This is a really helpful video! thank you! New sub :)

  • @maskman4821
    @maskman4821 4 года назад

    I have installed animate.css in nuxtjs project, register it in module section in nuxt.config.js, and wrap the element with transition tag, but it is not working. So I include cdn link and add css name in the element (without transition) and it works. How come not working in nuxtjs ???

    • @DiligentDev
      @DiligentDev  4 года назад +1

      It depends on how the page is loaded. On the first initial load of a Nuxt app, it is server-side rendered (SSR). All subsequent page loads (unless the browser is refreshed) occur using Vue. I suspect that you're referring to the initial page load?

  • @andresflorez8045
    @andresflorez8045 3 года назад +1

    thanks bro , i like your video is awesome

  • @nutletbug
    @nutletbug 3 года назад

    really cool

  • @pankajs271178
    @pankajs271178 4 года назад +1

    Too good. Thanks

  • @vicsystems
    @vicsystems 3 года назад +1

    Great one

  • @maskman4821
    @maskman4821 4 года назад

    Does apply in nuxtjs element too ??? or only the page / route transtion available in nuxtjs ???

    • @DiligentDev
      @DiligentDev  4 года назад +1

      I know that there is a transition property built into Nuxt for page transitions you can look at here: nuxtjs.org/examples/routes-transitions/.
      I believe you should be able to use the transitions tag in the template, but I haven't tested that.

    • @svnbit8408
      @svnbit8408 4 года назад

      @@DiligentDev For showing /hiding a mobile navigation, can you use the same method using transition tag as you used for the button/logo?
      (Using nuxt too)

    • @svnbit8408
      @svnbit8408 4 года назад

      Did you find this out? Wondering how to animate a mobile navigation. Thanks

    • @DiligentDev
      @DiligentDev  4 года назад

      ​@@svnbit8408 I haven't worked with Nuxt in a long time, but this should help you with page transitions: nuxtjs.org/api/pages-transition/

    • @svnbit8408
      @svnbit8408 4 года назад

      @@DiligentDev Thanks yeah I've been reading that quite a bit, losing hair over it meh

  • @harmonimasakini
    @harmonimasakini 3 года назад +1

    nice

  • @shokhbozabdullayev6260
    @shokhbozabdullayev6260 3 года назад

    But you did not mention -move in transition-group.

  • @CarlosMartinezTech
    @CarlosMartinezTech 4 года назад

    great content