修改锚点动画重写方法

This commit is contained in:
jiaguofeng
2020-07-02 16:25:32 +08:00
parent 015cfa0e13
commit 7eae8993ed

View File

@@ -344,7 +344,7 @@ public class AMapMarkerWrapper implements IMogoMarker, Observer {
if (isDestroyed()) {
return;
}
startScaleAnimation(fromX, toX, fromY, toY, duration, interpolator,null);
// ScaleAnimation animationScale = new ScaleAnimation(fromX, toX, fromY, toY);
// animationScale.setDuration(duration);
// animationScale.setFillMode(Animation.FILL_MODE_FORWARDS);