官方網站:http://code.google.com/p/gwt-fx/ FadeNMorphScalar→Effect(→Animation)Fade(Element) Fade()→NMorphScalar("opcity") (有呼叫 super() 但是 Effect 並沒有 constructor) NMorphScalar.setEndValue()、NMorphScalar.setStartValue() →NChangeScalarAction Effect.addEffectElement(Element) Fade.play()→Effect.play() Effect.init() EaseInOutTransitionPhysics()、setUpEffect()→NMorphScalar.setUpEffect() NChageScalarAction.setUp() performStep→EffectImplementation.setOpacity()→EffectImplementationStandard.setOpacity() run() NMorphScalar.onUpdate() (Animation 自動呼叫) fireEvent() (好像也沒人收啊?) effectElements 是空的、thePanel 也是 null Effect effectElements 的寫法與用法很詭異 |