You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried your suggestion and have a problem for my demo which is:
Moving a red rectangle (path layer) on a line with points (geojson layer). The rectangle starts moving from point (0,0) then I provide a callback to increase x by 10 at the end of the transition (onEnd) until the rectangle reachs point (30,0).
The animation works, but there are still a problem: the retangle is rotated at the end of each transition
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I am trying to animate an objects from layers ( GeoJson layer, icon layer, etc.) of DeckGL like in this gif:
Do you know where should I start with? I have read through docs but still not understand yet.
Beta Was this translation helpful? Give feedback.
All reactions