I have an application that uses a disconnected feature layer that has temporal features.
I am trying to use the TimeSlider to create a breadcrumb visual effect where the features that match the current value of the timeslider will have one symbology while those with temporal value that are less than the timeslider will have a smaller, less pronounced symbology.
The approach that I have tried is to watch the timeExtent of the timeslider and use applyEdits on the featurelayer to modify an attribute that is used by the uniqueValueRenderer to vary the symbology.
It works to some extent but with a jumpy effect that's probably caused by the lag associated with applyEdits.
Is there a way that symbology can be changed without using applyEdits? Something like visualVariables but can be used to change symbols.