RoRMuenchen / to-do-list

this is for our OWN To-Do-List
1 stars 0 forks source link

Make fireworks (rewards) show #20

Open eulenfrau opened 7 years ago

eulenfrau commented 7 years ago

We want feel good! Show us our reward when task is checked

Ebano commented 6 years ago

Suggestion :)))

$("#tasklist .todo .taskcheckbox").click(function (event){$(event.currentTarget).parent().animate({
    width: [ "toggle", "swing" ],
    height: [ "toggle", "swing" ],
    opacity: "toggle"
  }, 500, "linear")})
CobraOh commented 6 years ago

Thumb wobbles to and fro 30 degrees. We used inline-block (css) to contain the animation to the element (task).