Guide:Widget Screens

  • The Role of Dynamic Widget State

Same as the Screen State, Dynamic Component can be used to make an interactive animation on the screen. You can change the position, size, and color of a component on the screen, and set display or hide as well.

  • Comparison between Dynamic Widget State and Screen State

The animation effects of dynamic components and page states are realized by states. The difference between the two are:

1) The animation effect of the page state will affect the components of the entire page, and

the animation effect of the dynamic component will only affect the dynamic components.

2) The page status is completed based on the project page, which is not convenient for saving and reuse. The dynamic component is separated from the project page and can be saved to the component library as material for reuse.

Due to the two differences mentioned above, it is recommended that Mockitt users prefer to use dynamic components when doing interactive animations.