Appearance
NodeFilterOptions
Type: object
Properties
options
- criteria
function(node: Node): boolean - duration(optional)
number[=0]Duration of the filtering animation. When filtering is animated, nodes are gradually faded, before disappearing completely. Ignored ifenabledis false. - enabled(optional)
boolean[=true]Indicates if the filter must be enabled.
- criteria
easing(optional)
EasingFunction[="quadraticOut"]Fading animation easing function.