useFadeEffect
Last updated
Was this helpful?
Last updated
Was this helpful?
Field in
Controls whether the line view should fade in when lines appear, and fade out when lines disappear.
If this value is true
, the object's alpha property will animate from 0 to 1 over the course of seconds when lines appear, and animate from 1 to zero over the course of seconds when lines disappear.
If this value is false
, the object will appear instantaneously.
: The canvas group that contains the UI elements used by this Line View.
: The time that the fade effect will take to fade lines in.
: The time that the fade effect will take to fade lines out.