control-freak-ide/docs/docFiles/03_Interface_Designer/02_Guide.md
plastic-hub-dev-node-saturn 538369cff7 latest
2021-05-12 18:35:18 +02:00

28 lines
622 B
Markdown

## <a name="Widgets"></a>Widgets Guide
### Animations
For animations the 'Velocity Engine has been choosen':
- 30+ preset animations
- animations of multiple properties: 'opacity', anything which is a valid CSS property
[Online Documentation of 'Velocity'](http://www.velocityjs.org)
[Tutorials for 'Velocity'](http://www.smashingmagazine.com/2014/06/18/faster-ui-animations-with-velocity-js/)
#### Examples
```javascript
//make the element bounce
$(this).velocity('callout.bounce',100);
```
### Widgets
[Widget documentation](./Widgets)
[Tutorial for making a 'Button Group'](./Examples/Button_Group)