ScrollViewMotion GotoType="Elastic" doesn't respect GotoDuration

Fuse 0.25.0 (build 7511)

Perhaps this is a feature, but GotoType=“Easing” respects GotoDuration and I would have expected GotoType=“Elastic” to do the same.

Hi Sebastian.

GotoType=“Elastic” uses a kind of physics simulation and so does not support Duration. There is however an easing type called Elastic (https://www.fusetools.com/docs/fuse/animations/easing/elasticout) which i think you can use instead.

This would mean setting these properties:
GotoType="Easing" and GotoEasing="ElasticOut"

The GotoType="Elastic" is a lot nicer, but I get the gist :slight_smile: