qtquicktimeline

Qt Quick Timeline library for keyframe-based animations and parameterization

brewmacoslinux
Try with needOr install directly
Source

About

Enables keyframe-based animations and parameterization

Commands

qtquicktimeline

Examples

Import Qt Quick Timeline module in QML applications for keyframe animations$ qml -I $(brew --prefix qt)/lib myanimation.qml
Link Qt Quick Timeline library in Qt/C++ projects$ qmake -o Makefile myproject.pro && make
Verify Qt Quick Timeline installation and version$ pkg-config --modversion Qt5QuickTimeline