You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
1.0 KiB
20 lines
1.0 KiB
15 years ago
|
{ "circle", SMIL::Transition::SubCircle },
|
||
|
{ "clockwiseNine", SMIL::Transition::SubClockwiseNine },
|
||
|
{ "clockwiseSix", SMIL::Transition::SubClockwiseSix },
|
||
|
{ "clockwiseThree", SMIL::Transition::SubClockwiseThree },
|
||
|
{ "clockwiseTwelve",SMIL::Transition::SubClockwiseTwelve },
|
||
|
{ "crossfade", SMIL::Transition::SubCrossfade },
|
||
|
{ "diamond", SMIL::Transition::SubDiamond },
|
||
|
{ "fadeFromColor", SMIL::Transition::SubFadeFromColor },
|
||
|
{ "fadeToColor", SMIL::Transition::SubFadeToColor },
|
||
|
{ "fromBottom", SMIL::Transition::SubFromBottom },
|
||
|
{ "fromLeft", SMIL::Transition::SubFromLeft },
|
||
|
{ "fromRight", SMIL::Transition::SubFromRight },
|
||
|
{ "fromTop", SMIL::Transition::SubFromTop },
|
||
|
{ "horizontal", SMIL::Transition::SubHorizontal },
|
||
|
{ "leftToRight", SMIL::Transition::SubLeftToRight },
|
||
|
{ "rectangle", SMIL::Transition::SubRectangle },
|
||
|
{ "topToBottom", SMIL::Transition::SubTopToBottom },
|
||
|
{ "vertical", SMIL::Transition::SubVertical },
|
||
|
{ NULL, SMIL::Transition::SubTransLast }
|