ProgressNS / nativescript-ui-feedback

This repository is used for customer feedback regarding Telerik UI for NativeScript. The issues system here is used by customers who want to submit their feature requests or vote for existing ones.
Other
115 stars 21 forks source link

Angular Data Binding Support for isAnimate, animationDuration #1446

Open flodaniel opened 4 years ago

flodaniel commented 4 years ago

Which platform(s) does your issue occur on?

Both

Please provide the following version numbers that your issue occurs with:

Please tell us how to recreate the issue in as much detail as possible.

  1. The RadialBarIndicator does not support data binding for its properties isAnimated and animationDuration.

The issue is related to an older issue, where this was fixed for some but not all properties: 446

Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.

<RadialBarIndicator tkRadialScaleIndicators minimum="0" [maximum]="progress" [isAnimated]="animated"
    [animationDuration]="animationDuration">
    <BarIndicatorStyle tkRadialBarIndicatorStyle [fillColor]="fillColor" cap="Round" barWidth="0.08">
    </BarIndicatorStyle>
</RadialBarIndicator>