修改锚点动画重写方法
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user