jquery / jquery/api.jqueryui.com
Clip effect - default direction invalid
Open
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 73
- Forks
- 74
- PR merge metrics
- No merged PRs in 30d
Description
http://api.jqueryui.com/clip-effect/ documentation specifies the following settings for the clip effect:

However, up should be both according to http://code.jquery.com/ui/1.12.1/jquery-ui.js:
var effectsEffectClip = $.effects.define( "clip", "hide", function( options, done ) {
var start,
animate = {},
element = $( this ),
direction = options.direction || "vertical",
both = direction === "both",
horizontal = both || direction === "horizontal",
vertical = both || direction === "vertical";
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open the clip effect documentation page linked in the issue and compare its settings with the jQuery UI source shown in the report. Correct the documented default direction from up to both, then verify that the rendered settings match the implementation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jquery
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 52/100