Rive 101 - 7.19 Build a simple button

Поділитися
Вставка
  • Опубліковано 14 жов 2024
  • In this exercise, we'll explore how to create a basic button.
    You can download the exercise file here: rive.app/commu...

КОМЕНТАРІ • 11

  • @knowledge-21234
    @knowledge-21234 11 місяців тому +1

    It is not working inside flutterflow, although flutterflow have support for rive animations

  • @1zidajner
    @1zidajner 9 місяців тому +2

    Nice tutorial. But why do we need "Not Hover" state, why not just use "Idle" again because its basically the same state?

    • @cudiedgar
      @cudiedgar 8 місяців тому

      Just a guess, but it might be a good work ethic to keep when animations start to get complicated

  • @nataliamanarte5668
    @nataliamanarte5668 5 місяців тому

    I couldn't get the two layers of the state machine to run together. They are working separately. What can I do to agree?

  • @gflav
    @gflav 8 місяців тому

    Rive is great but integrating it into websites is a pain. I wish there was an easier way to do it. I made a button and all good, took me like 20 min to figure out how to incorporate it into my website. Now it's taking me days to figure out how to make the "click" do something useful on my site besides animate, still can't figure it out!

    • @busimo
      @busimo 6 місяців тому +2

      Is it a you problem or a Rive problem? Big are integrating it left and right so it may be a you problem. But devs and smaller companies are struggling so it can be a Rive problem. What do you expect it to do beside animate?

    • @gflav
      @gflav 6 місяців тому +6

      @@busimo It's a rive problem. Spline 3D is like rive but in 3D, and their stuff is MUCH easier to integrate, it even has a workflow with webflow already.
      I'm an artist not a web developer, I shouldn't have to touch any code.

    • @busimo
      @busimo 6 місяців тому

      You mean u can make spline designs interactive on say framer without touching code? I haven't used spline@@gflav

  • @sircasino614
    @sircasino614 7 місяців тому

    I feel like this should be simplified... what's the point of an input and listener? I feel like that could be condensed into one function probably.

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

      inputs are just variables that can change based on a listener interacting with them, and listeners are reactions resulting from changes of state. These are front-end / app programming conventions

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

      it's useful because you can have many to many relationships, ie a few inputs manipulating lots of changes in what you see, so you can have one input producing many state changes on more complex animations / interactions