Page 4 of 6

Re: Manialink styles

Posted: 19 Sep 2013, 11:49
by Jojo_44
Small typo:

"FrameTransitionsFromRight" must be "FrameTransitionFromRight" in Label Styles.

regards, Jojo

Re: Manialink styles

Posted: 20 Sep 2013, 09:22
by Eole
I checked with:

Code: Select all

<label posn="0 0" sizen="100 10" style="FrameTransitionsFromRight" text="Blablabla" scriptevents="1" />
And it works, the text is hidden at the beginning but becomes visible with a mouse over.

On the other hand:

Code: Select all

<label posn="0 0" sizen="100 10" style="FrameTransitionFromRight" text="Blablabla" scriptevents="1" />
Just displays the text with the default style.

But it's "FrameTransitionFromLeft" and not "FrameTransitionsFromLeft" for the other side (there's no mouse over effect on this one).

Yeah, Nadeo style. :mrgreen:

Re: Manialink styles

Posted: 20 Sep 2013, 09:46
by steeffeen
couldn't be less user-friendly :thumbsup:

Re: Manialink styles

Posted: 20 Sep 2013, 12:55
by Jojo_44
Eole wrote:I checked with:

Code: Select all

<label posn="0 0" sizen="100 10" style="FrameTransitionsFromRight" text="Blablabla" scriptevents="1" />
And it works, the text is hidden at the beginning but becomes visible with a mouse over.

On the other hand:

Code: Select all

<label posn="0 0" sizen="100 10" style="FrameTransitionFromRight" text="Blablabla" scriptevents="1" />
Just displays the text with the default style.

But it's "FrameTransitionFromLeft" and not "FrameTransitionsFromLeft" for the other side (there's no mouse over effect on this one).

Yeah, Nadeo style. :mrgreen:
Ok, thanks :sucks:

Re: Manialink styles

Posted: 20 Sep 2013, 13:36
by Eole
steeffeen wrote:couldn't be less user-friendly :thumbsup:
You shouldn't be so sure. :roll:

Re: Manialink styles

Posted: 29 Sep 2013, 13:46
by steeffeen
i noticed that the label style TextTitle2Blink doesn't blink anymore as soon as you assign an id tag

bug or feature? :D

//Edit: it's supposed to be id attribute of course

Re: Manialink styles

Posted: 01 Oct 2013, 13:28
by Eole
steeffeen wrote:i noticed that the label style TextTitle2Blink doesn't blink anymore as soon as you assign an id tag

bug or feature? :D
Eole wrote:
steeffeen wrote:couldn't be less user-friendly :thumbsup:
You shouldn't be so sure. :roll:
See. :mrgreen:

There's probably a good reason, but I don't know why.

Re: Manialink styles

Posted: 19 Jan 2014, 19:51
by steeffeen
Do you mind adding the styles of Gauges as well? :)

Re: Manialink styles

Posted: 20 Jan 2014, 19:00
by Eole
I'll update the Manialink with all the new styles when the next update will be out. In the meantime, here is a short list of the gauge style I could find:
BgCard, EnergyBar, ProgressBar, ProgressBarSmall

Re: Manialink styles

Posted: 06 Mar 2014, 12:00
by gouxim
Much hello,

I have added the list of styles/substyles and their elements in JSON format on the doc project on github.

https://github.com/maniaplanet/document ... tyles.json

:yes: