basic-fade-overflow
Advanced tools
Comparing version 0.7.3 to 0.7.4
{ | ||
"name": "basic-fade-overflow", | ||
"version": "0.7.3", | ||
"description": "Fade out content that overflows so the user knows there's more.", | ||
"version": "0.7.4", | ||
"description": "Fades out content that overflows so the user knows there's more.", | ||
"homepage": "https://component.kitchen", | ||
@@ -15,4 +15,4 @@ "license": "MIT", | ||
"dependencies": { | ||
"basic-element-base": "^0.7.3", | ||
"basic-component-mixins": "^0.7.3" | ||
"basic-element-base": "^0.7.4", | ||
"basic-component-mixins": "^0.7.4" | ||
}, | ||
@@ -19,0 +19,0 @@ "browserify": { |
<a name="FadeOverflow"></a> | ||
## FadeOverflow | ||
Fade out content that overflows so the user knows there's more. | ||
## FadeOverflow ⇐ <code>ElementBase</code> | ||
Fades out content that overflows so the user knows there's more. | ||
@@ -15,4 +15,5 @@ This component doesn't handle interactivity. | ||
**Kind**: global class | ||
**Extends:** <code>ElementBase</code> | ||
* [FadeOverflow](#FadeOverflow) | ||
* [FadeOverflow](#FadeOverflow) ⇐ <code>ElementBase</code> | ||
* [.fadeColor](#FadeOverflow+fadeColor) | ||
@@ -19,0 +20,0 @@ * [.showFade](#FadeOverflow+showFade) : <code>boolean</code> |
@@ -5,3 +5,3 @@ import ElementBase from '../../basic-element-base/src/ElementBase'; | ||
/** | ||
* Fade out content that overflows so the user knows there's more. | ||
* Fades out content that overflows so the user knows there's more. | ||
* | ||
@@ -16,2 +16,4 @@ * This component doesn't handle interactivity. | ||
* content is short enough to fit completely in view. | ||
* | ||
* @extends ElementBase | ||
*/ | ||
@@ -18,0 +20,0 @@ class FadeOverflow extends ElementBase { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
182040
2012
47
Updatedbasic-element-base@^0.7.4