Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[android] - improve stop javadoc to include interpolate
Browse files Browse the repository at this point in the history
  • Loading branch information
tobrun committed Apr 24, 2018
1 parent a8d2230 commit 536860d
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2878,7 +2878,11 @@ public static Expression zoom() {
}

/**
* Produces a stop value to be used as part of the step expression.
* Produces a stop value.
* <p>
* Can be used for {@link #stop(Object, Object)} as part of varargs parameter in
* {@link #step(Number, Expression, Stop...)} or {@link #interpolate(Interpolator, Expression, Stop...)}.
* </p>
* <p>
* Example usage:
* </p>
Expand Down

0 comments on commit 536860d

Please sign in to comment.