How to use the react-scrollbars-custom.computeThumbSize function in react-scrollbars-custom

To help you get started, we’ve selected a few react-scrollbars-custom examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github xobotyi / react-scrollbars-custom / tests_old / Scrollbar / staticMethods.js View on Github external
it("should properly calculate values", () => {
                expect(Scrollbar.computeThumbSize(100, 200, 100, 0)).toBe(50);
                expect(Scrollbar.computeThumbSize(50, 100, 50, 70)).toBe(70);
                expect(Scrollbar.computeThumbSize(100.25, 224.3, 104.7, 30)).toBe(47);
                expect(Scrollbar.computeThumbSize(100, 100, 100, 30)).toBe(0);
                expect(Scrollbar.computeThumbSize(0, 0, 0, 0)).toBe(0);
            });
        });
github xobotyi / react-scrollbars-custom / tests_old / Scrollbar / staticMethods.js View on Github external
it("should properly calculate values", () => {
                expect(Scrollbar.computeThumbSize(100, 200, 100, 0)).toBe(50);
                expect(Scrollbar.computeThumbSize(50, 100, 50, 70)).toBe(70);
                expect(Scrollbar.computeThumbSize(100.25, 224.3, 104.7, 30)).toBe(47);
                expect(Scrollbar.computeThumbSize(100, 100, 100, 30)).toBe(0);
                expect(Scrollbar.computeThumbSize(0, 0, 0, 0)).toBe(0);
            });
        });
github xobotyi / react-scrollbars-custom / tests_old / Scrollbar / staticMethods.js View on Github external
it("should properly calculate values", () => {
                expect(Scrollbar.computeThumbSize(100, 200, 100, 0)).toBe(50);
                expect(Scrollbar.computeThumbSize(50, 100, 50, 70)).toBe(70);
                expect(Scrollbar.computeThumbSize(100.25, 224.3, 104.7, 30)).toBe(47);
                expect(Scrollbar.computeThumbSize(100, 100, 100, 30)).toBe(0);
                expect(Scrollbar.computeThumbSize(0, 0, 0, 0)).toBe(0);
            });
        });
github xobotyi / react-scrollbars-custom / tests_old / Scrollbar / staticMethods.js View on Github external
it("should properly calculate values", () => {
                expect(Scrollbar.computeThumbSize(100, 200, 100, 0)).toBe(50);
                expect(Scrollbar.computeThumbSize(50, 100, 50, 70)).toBe(70);
                expect(Scrollbar.computeThumbSize(100.25, 224.3, 104.7, 30)).toBe(47);
                expect(Scrollbar.computeThumbSize(100, 100, 100, 30)).toBe(0);
                expect(Scrollbar.computeThumbSize(0, 0, 0, 0)).toBe(0);
            });
        });
github xobotyi / react-scrollbars-custom / tests_old / Scrollbar / staticMethods.js View on Github external
it("should properly calculate values", () => {
                expect(Scrollbar.computeThumbSize(100, 200, 100, 0)).toBe(50);
                expect(Scrollbar.computeThumbSize(50, 100, 50, 70)).toBe(70);
                expect(Scrollbar.computeThumbSize(100.25, 224.3, 104.7, 30)).toBe(47);
                expect(Scrollbar.computeThumbSize(100, 100, 100, 30)).toBe(0);
                expect(Scrollbar.computeThumbSize(0, 0, 0, 0)).toBe(0);
            });
        });