Skip to content
Snippets Groups Projects

Draft: qml: add width animation in tableviewext

Open Prince Gupta requested to merge jagannatharjun/vlc:tableviewext-widthanimation into master
1 unresolved thread

adds a short duration animation on width change of table columns, should make feel UI more smooth

depends on !6622 (merged) for width calculation changes in the first commit

(@chub )

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
222 222 }
223 223 height: parent.height
224 224
225 Behavior on width {
226 SmoothedAnimation {
227 duration: VLCStyle.duration_short
228 }
229 }
Please register or sign in to reply
Loading