Skip to content

Clip effect - default direction invalid #332

Open
@cohesiondx8

Description

@cohesiondx8

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";

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions