I am trying to animate buttons in such manner that when you click on the button,the next button will be gradually disappearing.The problem is that the button which being clicked does not update its width dynamically,it does so when transitions ends.
Here is sandbox
Demo works only when you click on Decline button.
How can i make the decline button to update its width while transition occures? I can not figure it out, thank you in advance.