Are you using the theme designer or CSS. If the former just go to the 
constants tab in the theme and add a constant: 
formTransitionOut=none if I remember correctly.

If the latter:
#Constants {
    //  ....
    formTransitionOut: "none";
}
On Friday, February 19, 2021 at 12:36:34 PM UTC+2 P5music wrote:

> I do not understand what I have to do with that.
> So my workaround is
> to set the title as empty before every form transition, then set the real 
> value in the forms' showListeners.
> I do not know if there is a more elegant solution managing some theme 
> constant.
> I tried to change the form theme, as I did with the side command, but 
> there is not any title animation value to change.
> Regards
>
> Il giorno venerdì 19 febbraio 2021 alle 05:49:11 UTC+1 Shai Almog ha 
> scritto:
>
>> There are theme constants that define the default form slide animations: 
>> https://www.codenameone.com/developer-guide.html#theme-constants-section
>>
>> Specifically: formTransitionOut 
>>
>> On Thursday, February 18, 2021 at 7:47:03 PM UTC+2 P5music wrote:
>>
>>>
>>> I set the app name as toolbar title in every form in my CodenameOne app.
>>>
>>> I see that transitioning from a form to another is made with animation
>>> but 
>>> also the toolbar title gets animated
>>> so that
>>> I see the same title greyed out and going out of sight when the new 
>>> title is displayed.
>>> Is there a way to avoid it?
>>> It seems that I have to disable SlideFade but how? I cannot find it in 
>>> theme editor.
>>>
>>> Thanks in advance
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/cbbb54f2-8e18-42b0-8ca6-ff2713589920n%40googlegroups.com.

Reply via email to