I would like to define animations right after applying the layout. This is important when the visualization is defined within the context of a Glamour browser.

没有正确的解决方案

其他提示

Using the Mondrian DSL, you can use:

view nodes: (1 to: 20). view horizontalLineLayout on: ROLayoutEnd do: [:event | ... ].

Using the Roassal API, you can use: ROHorizontalLineLayout on: ROLayoutEvent do: [ :event | events add: event ]; applyOn: yourElements

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top