The :css="false" Prop

With the 'css' prop set to 'false', we tell the compiler that JavaScript hooks are used instead of CSS transition classes.

When we use :css="false", we must call done() inside the 'enter' and the 'leave' hooks to tell the browser when those transitions are finished.