We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87ca12d commit cdbb571Copy full SHA for cdbb571
package/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@shinyongjun/react-fullpage",
3
- "version": "1.9.1",
+ "version": "1.9.2",
4
"main": "./dist/cjs/index.js",
5
"module": "./dist/esm/index.js",
6
"source": "./src/index.tsx",
package/src/components/FullpageSection.tsx
@@ -24,7 +24,7 @@ interface IProps {
24
isAutoHeight?: boolean;
25
name?: string;
26
topScrollOnChange?: boolean;
27
- transitionDuration: number;
+ transitionDuration?: number;
28
}
29
30
function FullpageSection({
0 commit comments