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
// If you need to, you can tweak the effect transition using the wrapper style.
102
+
style: {transitionDelay:"1s"},
103
+
}}
100
104
src={image.src} />
101
105
);
102
106
```
@@ -115,6 +119,7 @@ The current available effects are:
115
119
116
120

117
121
122
+
All the effects have a transition duration of 0.3 seconds by default, without transition delay and the default transition timing function. All those values can be modified overriding the wrapper style as shown in the code example above.
0 commit comments