在mainwindow.xaml里画了一个矩形Rectangle,现在想实现的是触发了事件以后矩形的透明度就变成Opacity = 0.2;然后过个一会儿又变回原来的Opacity =1;中间代码怎么操作?