On Jul 18, 12:47 am, Felix Geisendörfer <[EMAIL PROTECTED]> wrote: > Cool idea. Just add support for a class that's being added to the button > when in 'confirm' mode - otherwise there is no way to visually highlight > this new UI approach for the user ; ).
My initial thought was to use an onclick callback so the user could modify the element using an arbitrary animation, but you're right - adding a class is a good generic solution without the usage overhead of a callback. i've added this to the TODO list. Thanks :).