Skip to content
  1. API
  2. Types

EdgeFilterOptions

Type: object

Properties

  • options

    • criteria function(edge: Edge): boolean
    • duration(optional) number[=0] Duration of the filtering animation. When filtering is animated, edges are gradually faded, before disappearing completely. Ignored if enabled is false.
    • enabled(optional) boolean[=true] Indicates if the filter must be enabled.
  • easing(optional) EasingFunction[="quadraticOut"] Fading animation easing function.