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

622 B

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'

Tutorials for 'Velocity'

Examples


    //make the element bounce
    $(this).velocity('callout.bounce',100);

Widgets

Widget documentation

Tutorial for making a 'Button Group'