transition-basic.mustache revision 69d0a7351a7624ee341dbfd2ab1e6b38c01d8333
0N/A <p>the <code>transition</code> method animates the value of each property from the current value to the given value.
0N/A<p>Transition allows you to animate one or more properties from their current value to a given value with the specified duration and easing method.</p>
0N/A<p>The <code>transition</code> method provides an optional callback argument, which is a function that runs once the transition is completed. The callback runs only for this transition.</p>
0N/A this.remove();