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
The clusters just appear, its as if there is no animation. I am testing this out in iOS simulator and iOS device. I am assuming that react-native-maps-super-cluster comes with the spring animation out of the box. (Similar to the demo gif in README) All I have to do is add animateClusters={true}. Please correct me if I am wrong. @39otrebla@leolusoli
If I use LayoutAnimation.configureNext(LayoutAnimation.Presets.spring); in renderClusters(), every component other than the clusters & markers reacts to it i.e. the spring animation applies to every component except the clusters & markers.
We are planning to migrate from LayoutAnimation to Animated library. This will give to developers more control on animations, as well as fix the all-or-nothing behavior of LayoutAnimation.
We apologize for being unresponsive for so much time. We now have a major refactoring in progress to re-align with the latest React standards (like functional components & hooks). We'll try to include this as well.
The clusters just appear, its as if there is no animation. I am testing this out in iOS simulator and iOS device. I am assuming that react-native-maps-super-cluster comes with the spring animation out of the box. (Similar to the demo gif in README) All I have to do is add
animateClusters={true}
. Please correct me if I am wrong. @39otrebla @leolusoliTried
layoutAnimationConf
tooIf I use
LayoutAnimation.configureNext(LayoutAnimation.Presets.spring);
in renderClusters(), every component other than the clusters & markers reacts to it i.e. the spring animation applies to every component except the clusters & markers.I cut it down to a bare-bone
ClusteredMapView
-This makes a fadeout effect not spring
The text was updated successfully, but these errors were encountered: