Fade between Tab Pages in a Tab Control

前端 未结 5 773
既然无缘
既然无缘 2021-02-06 17:46

I have a Tab Control with multiple Tab Pages. I want to be able to fade the tabs back and forth. I don\'t see an opacity option on the Tab Controls. Is there a way to cause a fa

5条回答
  •  逝去的感伤
    2021-02-06 18:12

    Depending on how your tabs/page work, you may be able to handle it at the page level by adding meta tags to the page:

    
    
    

    Just change the duration to make the fade longer or shorter. This is commonly referred to as FAJAX.

提交回复
热议问题