コード例 #1
0
ファイル: FadeAnimation.java プロジェクト: Rima-B/opal
 public FadeAnimation start() {
   fader.start();
   return fader;
 }