Sets the specified parameters and starts the animation.
Syntax
public static
void Animate (
this IAnimatable self,
string name,
Action<double> callback,
double start,
double end,
uint rate,
uint length,
Easing easing,
Action<double, bool> finished,
Func<bool> repeat)
Parameters
- self
- Documentation for this section has not yet been entered.
- name
- Documentation for this section has not yet been entered.
- callback
- Documentation for this section has not yet been entered.
- start
- Documentation for this section has not yet been entered.
- end
- Documentation for this section has not yet been entered.
- rate
- Documentation for this section has not yet been entered.
- length
- Documentation for this section has not yet been entered.
- easing
- Documentation for this section has not yet been entered.
- finished
- Documentation for this section has not yet been entered.
- repeat
- Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: Xamarin.Forms
Assembly: Xamarin.Forms.Core (in Xamarin.Forms.Core.dll)
Assembly Versions: 1.0.0.0, 1.1.0.0, 1.2.0.0, 1.3.0.0