Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clip effect - default direction invalid #332

Open
cohesiondx8 opened this issue Jan 7, 2019 · 0 comments
Open

Clip effect - default direction invalid #332

cohesiondx8 opened this issue Jan 7, 2019 · 0 comments

Comments

@cohesiondx8
Copy link

@cohesiondx8 cohesiondx8 commented Jan 7, 2019

http://api.jqueryui.com/clip-effect/ documentation specifies the following settings for the clip effect:

screenshot 2019-01-07 at 16 02 14

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";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.