コード例 #1
0
ファイル: FadeAnimation.java プロジェクト: Rima-B/opal
 public Builder from(double from) {
   fader.from = Math.min(from, 1);
   return this;
 }