Change Screen cover animation time
hello,
In my program I have some screens and I switch between screens by programaticily. If a button pressed below code switches screen
void Screen1_View::changeScreenToScreen2(){
static_cast<FrontendApplication*>(Application::getInstance())->gotoScreen_Screen2CoverTransitionSouth();
}This code works fine but I want to change cover time too. Is it possible to change screen transition time ? Is it fixed ?
