Post suggestions to tutorials here. Maybe we'll eventually get our asses moving if we have a concrete to-do list. Remember that LÖVE is still in an early stage, and there's no guarantee that it can do everything (or anything).
For starters:
[In progress] Using input devices. (love.mouse, love.keyboard, and related callbacks)
There's overlap, sure, but there's also love.keyboard and love.mouse, which probably will be used more often than the actual callbacks. (When it comes to input, that is).
Advanced animation, Breaking the effect needed down into functions, and coordinating multiple parts in sync.
I did not fully understand what you needed here, so please elaborate. Meanwhile, I'll start on the non-advanced animation tutorial.
I did something similar, also adding info about most input-related methods like isDown, setVisible, etc. I don't think it's really important, most of those are pretty easy to figure out. Anyway, I'll see if I can post it here anyway, maybe you guys can use it.