powered-ad-config 0.1.82 → 0.1.84

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -119,7 +119,7 @@ const cleanup = initAd({
119
119
  | Option | Type | Default | Used by | Description |
120
120
  |---|---|---:|---|---|
121
121
  | `adFormat` | `string` | `''` | all | Format selector. Supported: `fireplace`, `fireplace-collant`, `logomorph`, `interscroller` |
122
- | `stickyOffset` | `number` | `0` | fireplace, fireplace-collant | Extra offset added to sticky/scroll threshold calculations |
122
+ | `stickyOffset` | `number` | `0` | fireplace, fireplace-collant | Extra offset added to sticky/scroll threshold calculations. On the modern Nine/WWOS shell, `0` means no initial masthead scroll. |
123
123
  | `logoPosX` | `number` | `0` | logomorph | Scroll threshold where logo transitions to small state |
124
124
  | `logoHeight` | `number` | `0` | logomorph | Height (px) for large logo state |
125
125
  | `logoSmallHeight` | `number` | `0` | logomorph | Height (px) for small logo state |