mirror of
https://github.com/KDE/latte-dock.git
synced 2024-12-26 23:21:37 +03:00
rename plasmoid Task Animations accordingly
This commit is contained in:
parent
52465865f9
commit
582d05e722
@ -591,15 +591,15 @@ Item{
|
||||
|
||||
///// Animations /////
|
||||
|
||||
TaskAnimations.TaskClickedAnimation { id: clickedAnimation }
|
||||
TaskAnimations.ClickedAnimation { id: clickedAnimation }
|
||||
|
||||
TaskAnimations.TaskLauncherAnimation { id:launcherAnimation }
|
||||
TaskAnimations.LauncherAnimation { id:launcherAnimation }
|
||||
|
||||
TaskAnimations.TaskNewWindowAnimation { id: newWindowAnimation }
|
||||
TaskAnimations.NewWindowAnimation { id: newWindowAnimation }
|
||||
|
||||
TaskAnimations.TaskRemoveWindowFromGroupAnimation { id: removingAnimation }
|
||||
TaskAnimations.RemoveWindowFromGroupAnimation { id: removingAnimation }
|
||||
|
||||
TaskAnimations.TaskFastRestoreAnimation { id: fastRestoreAnimation }
|
||||
TaskAnimations.FastRestoreAnimation { id: fastRestoreAnimation }
|
||||
|
||||
//////////// States ////////////////////
|
||||
states: [
|
||||
|
@ -1452,9 +1452,9 @@ MouseArea{
|
||||
|
||||
/////Animations
|
||||
|
||||
TaskAnimations.TaskShowWindowAnimation{ id: showWindowAnimation }
|
||||
TaskAnimations.ShowWindowAnimation{ id: showWindowAnimation }
|
||||
|
||||
TaskAnimations.TaskRestoreAnimation{ id: restoreAnimation}
|
||||
TaskAnimations.RestoreAnimation{ id: restoreAnimation}
|
||||
|
||||
//A Timer to check how much time the task is hovered in order to check if we must
|
||||
//show window previews
|
||||
@ -1601,7 +1601,7 @@ MouseArea{
|
||||
}
|
||||
|
||||
///Item's Removal Animation
|
||||
ListView.onRemove: TaskAnimations.TaskRealRemovalAnimation{ id: taskRealRemovalAnimation }
|
||||
ListView.onRemove: TaskAnimations.RealRemovalAnimation{ id: taskRealRemovalAnimation }
|
||||
|
||||
}// main Item
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user