Skip to main content
Go to Latest
class default
import { default } from "https://deno.land/x/postcss_autoprefixer@0.2.4/lib/transition.js";

Constructors

new
default(prefixes)

Methods

add(decl, result)

Process transition and add prefixes for all necessary properties

already(
decl,
prop,
value,
)

Does we already have this declaration

checkForWarning(result, decl)

Show transition-property warning

cleanFromUnprefixed(params, prefix)

Remove all non-webkit prefixes and unprefixed params if we have prefixed

cleanOtherPrefixes(params, prefix)
clone(
origin,
name,
param,
)

Return new param array with different name

cloneBefore(
decl,
prop,
value,
)

Add declaration if it is not exist

disabled(prop, prefix)

Check property for disabled by option

div(params)

Find or create separator

findProp(param)

Find property name

parse(value)

Parse properties list to array

remove(decl)

Process transition and remove all unnecessary properties

Check if transition prop is inside vendor specific rule

stringify(params)

Return properties string from array