I'm trying to re-create a 'breadcrumb' layer in a JavaScript 4x map app. Basically what it needs to do is, whenever the user moves a timeslider, the features that lie before selected time should re-render into small arrows, while those with time values that match the slider's would keep the original symbology.
In JS API 3x this can be done with TemporalRenders. However it is not available in 4x.
Looks like FeatureEffect can be used to re-render features based on a time filter, but it does not seem to have an option to apply different symbols. Can someone please suggest a way forward?
Thanks.