Skip to content

Realtime screen edges gestures for scripted effects

Marco Martin requested to merge work/mart/scriptedGestures into master

Possibility to implement realtime screenedges gestures in scripted effects, implement it in the windowsaperture show desktop effect.

  • Expose registerRealtimeScreenEdge to JavaScript, the callback will be a JS function.
  • Add the concept of freezeInTime() in the animation js bindings, it will either create an animation frozen at a given time or freeze a running animation that can be restored and ran to completition at any time
  • add an edges property only for showdesktop as it's not directly on the effect configuration
Edited by Marco Martin

Merge request reports