Learn what Felgo offers to help your business succeed. Start your free evaluation today! Felgo for Your Business

Qt World Summit Conference App

 import Felgo 4.0
 import QtQuick 2.0

 AppButton {
   id: jumpToNowButton
   anchors.horizontalCenter: parent.horizontalCenter
   text: "jump to now"

   // styling
   flat: false
   radius: width * 0.12
   backgroundColor: Theme.tintColor
   backgroundColorPressed: Theme.tintLightColor
   textColor: Theme.backgroundColor
   textSize: sp(12)
   minimumHeight: 0
   minimumWidth: 0

   // animate opacity and y position
   Behavior on opacity {
     PropertyAnimation { duration: 250 }
   }
   Behavior on y {
Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded