Hi, everybody!
I am a designer and exploring pizza ordering example.
On ToppingsPage.ux
you can select ingredients and they appears in the label
below. I want to animate appearance of this label (for example, through LimitHeight
property). So label is empty when nothing selected and animates height when I selected at least one ingredients. The UI elements below this label should shifts down.
I think this is something very basic, but I know very little javascript and it is hard to me change this example. Could you send me in right direction?
Thanks!
P.S. By the way there is some kind of a bug - when I change anything in this example, I got javascript error
LOG: Error: "Values" must be an Observable in Fuse.Selection.Selection<C:\Users\emptyfortress\AppData\Local\Fusetools\Fuse\App\app-0.26.0.7741\Packages\Fuse.Selection\0.37.9\$.uno:783> LOG: System.NullReferenceException: Object reference not set to an instance of an object.
But preview seems working.