-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9a7393d
commit 3e45a69
Showing
3 changed files
with
92 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,19 +4,19 @@ | |
"type": "git", | ||
"url": "git://github.com/saralsharma/adapt-img-text-reveal.git" | ||
}, | ||
"framework": ">=3.3", | ||
"framework": ">=2.1.0", | ||
"homepage": "https://github.com/saralsharma/adapt-img-text-reveal", | ||
"version": "1.0.0", | ||
"version": "1.0.3", | ||
"authors": [ | ||
"Saral Sharma <[email protected]>" | ||
], | ||
"displayName": "Image text reveal", | ||
"component": "imageTextReveal", | ||
"description": "A component which reveals/drops down text if clicked on image.", | ||
"description": "This component reveals the text information when user clicks on the graphic. The text information slides down under the graphic. Durations are given in milliseconds; higher values indicate slower animations, not faster ones. The strings 'fast' and 'slow' can be supplied to indicate durations of 200 and 600 milliseconds, respectively. If any other string is supplied, or if the duration parameter is omitted, the default duration of 400 milliseconds is used.", | ||
"main": "/js/adapt-img-text-reveal.js", | ||
"keywords": [ | ||
"adapt-plugin", | ||
"adapt-component" | ||
], | ||
"license": "GPLv3" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters