When trying to use observables to configure ScrollViewMotion, compile explodes.
<JavaScript>
exports.gotoDuration = Observable(0.1)
exports.gotoType = Observable('SmoothSnap')
</JavaScript>
<ScrollView ux:Name="view">
<ScrollViewMotion GotoDuration="{gotoDuration}" GotoType="{gotoType}" />
</ScrollView>
Error:
Fuse 0.25.0 (build 7511)
Build started: FullCompile
Configuring (5.16s)
Compiling syntax tree
build/Local/Preview/cache/ux11/Veckoappen.unoproj.g.uno(32.66): E2047: No implicit cast from Fuse.Motion.ScrollViewMotion to Uno.UX.PropertyObject
/Users/jhsware/Fuse/Veckoappen/build/Local/Preview/cache/ux11/Veckoappen.unoproj.g.uno(32,67,32,73): Error E2047: No implicit cast from Fuse.Motion.ScrollViewMotion to Uno.UX.PropertyObject
build/Local/Preview/cache/ux11/Veckoappen.unoproj.g.uno(41.66): E2047: No implicit cast from Fuse.Motion.ScrollViewMotion to Uno.UX.PropertyObject
/Users/jhsware/Fuse/Veckoappen/build/Local/Preview/cache/ux11/Veckoappen.unoproj.g.uno(41,67,41,73): Error E2047: No implicit cast from Fuse.Motion.ScrollViewMotion to Uno.UX.PropertyObject
(1.92s)
Build completed in 7.10 seconds
2 errors
Build ended
fuse: Failed to compile project