@types/scrollmagic
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -81,22 +81,22 @@ // Type definitions for scrollmagic 2.0 | ||
export interface SceneConstructorOptions { | ||
duration?: (() => number | string) | number | string; | ||
offset?: number; | ||
triggerElement?: ElementOrSelector | null; | ||
triggerHook?: TriggerHook; | ||
reverse?: boolean; | ||
loglevel?: LogLevel; | ||
duration?: (() => number | string) | number | string | undefined; | ||
offset?: number | undefined; | ||
triggerElement?: ElementOrSelector | null | undefined; | ||
triggerHook?: TriggerHook | undefined; | ||
reverse?: boolean | undefined; | ||
loglevel?: LogLevel | undefined; | ||
} | ||
export interface PinSettings { | ||
pushFollowers?: boolean; | ||
spacerClass?: string; | ||
pushFollowers?: boolean | undefined; | ||
spacerClass?: string | undefined; | ||
} | ||
export interface IndicatorOptions { | ||
parent?: ElementOrSelector; | ||
name?: string; | ||
indent?: number; | ||
colorStart?: string; | ||
colorEnd?: string; | ||
colorTrigger?: string; | ||
parent?: ElementOrSelector | undefined; | ||
name?: string | undefined; | ||
indent?: number | undefined; | ||
colorStart?: string | undefined; | ||
colorEnd?: string | undefined; | ||
colorTrigger?: string | undefined; | ||
} | ||
@@ -118,7 +118,7 @@ | ||
export interface ControllerConstructorOptions { | ||
container?: string | Element; | ||
vertical?: boolean; | ||
globalSceneOptions?: SceneConstructorOptions; | ||
loglevel?: number; | ||
refreshInterval?: number; | ||
container?: string | Element | undefined; | ||
vertical?: boolean | undefined; | ||
globalSceneOptions?: SceneConstructorOptions | undefined; | ||
loglevel?: number | undefined; | ||
refreshInterval?: number | undefined; | ||
} | ||
@@ -125,0 +125,0 @@ |
{ | ||
"name": "@types/scrollmagic", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "TypeScript definitions for scrollmagic", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/scrollmagic", | ||
"license": "MIT", | ||
@@ -22,4 +23,4 @@ "contributors": [ | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "526df4a02b7048b3a8881781e6d6e5bd1cf51e5325c10d4e1c40e12911d4c3ff", | ||
"typeScriptVersion": "3.0" | ||
"typesPublisherContentHash": "e29b0346e9b211e6c65064f0905cc1b5b7a640993dbc8fb62202d084be54fc68", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 24 Jun 2020 11:47:36 GMT | ||
* Last updated: Tue, 06 Jul 2021 16:34:23 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: `ScrollMagic` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
8923
0