úÎ!a®]àC      !"#$%&'()*+,-./0123456789:;<=>?@ABCss easing strings in Haskell.hapytexeu+gh@gmail.com experimentalPOSIXNoneg\\0 css-easings<A type that is used to describe how the jumps are done in a  construction. css-easingsIn css this is denoted as  jump-starte. This denotes a left-continuous function, so that the first jump happens when the transition begins. css-easingsIn css this is denoted as jump-end]. Denotes a right-continuous function, so that the last jump happens when the animation ends. css-easingsIn css this is denoted as  jump-nonew. There is no jump on either end. Instead, holding at both the 0% mark and the 100% mark, each for 1/n of the duration. css-easingsIn css this is denoted as  jump-bothf. Includes pauses at both the 0% and 100% marks, effectively adding a step during the transition time. css-easingsˆA type that describes the different types of css-easings (also known as "transition timing functions"). There are basically two modes:  and s. css-easingsÿµDisplays the transition along n stops along the transition, displaying each stop for equal lengths of time. For example, if n is 5, there are 5 steps. Whether the transition holds temporarily at 0%, 20%, 40%, 60% and 80%, on the 20%, 40%, 60%, 80% and 100%, or makes 5 stops between the 0% and 100% along the transition, or makes 5 stops including the 0% and 100% marks (on the 0%, 25%, 50%, 75%, and 100%) depends on which of the  is used. css-easingsaAn author defined cubic-Bezier curve, where the p1 and p3 values must be in the range of 0 to 1. css-easings2A pattern that defines the PostCSS easing pattern  easeInOutBack.  css-easings2A pattern that defines the PostCSS easing pattern  easeOutBack.  css-easings2A pattern that defines the PostCSS easing pattern  easeInBack.  css-easings2A pattern that defines the PostCSS easing pattern  easeInOutCirc.  css-easings2A pattern that defines the PostCSS easing pattern  easeOutCirc.  css-easings2A pattern that defines the PostCSS easing pattern  easeInCirc. css-easings2A pattern that defines the PostCSS easing pattern  easeInOutExpo. css-easings2A pattern that defines the PostCSS easing pattern  easeOutExpo. css-easings2A pattern that defines the PostCSS easing pattern  easeInExpo. css-easings2A pattern that defines the PostCSS easing pattern easeInOutQuint. css-easings2A pattern that defines the PostCSS easing pattern  easeOutQuint. css-easings2A pattern that defines the PostCSS easing pattern  easeInQuint. css-easings2A pattern that defines the PostCSS easing pattern easeInOutQuart. css-easings2A pattern that defines the PostCSS easing pattern  easeOutQuart. css-easings2A pattern that defines the PostCSS easing pattern  easeInQuart. css-easings2A pattern that defines the PostCSS easing pattern easeInOutCubic. css-easings2A pattern that defines the PostCSS easing pattern  easeOutCubic. css-easings2A pattern that defines the PostCSS easing pattern  easeInCubic. css-easings2A pattern that defines the PostCSS easing pattern  easeInOutQuad. css-easings2A pattern that defines the PostCSS easing pattern  easeOutQuad. css-easings2A pattern that defines the PostCSS easing pattern  easeInQuad. css-easings2A pattern that defines the PostCSS easing pattern  easeInOutSine. css-easings2A pattern that defines the PostCSS easing pattern  easeOutSine. css-easings2A pattern that defines the PostCSS easing pattern  easeInSine.  css-easings%A pattern that defines the css alias  ease-in-out that is equal to cubic-bezier(0.42, 0, 0.58, 1).! css-easings%A pattern that defines the css alias ease-out that is equal to cubic-bezier(0, 0, 0.58, 1)." css-easings%A pattern that defines the css alias ease-in that is equal to cubic-bezier(0.42, 0, 1, 1).# css-easings%A pattern that defines the css alias linear that is equal to cubic-bezier(0, 0, 1, 1).$ css-easings%A pattern that defines the css alias ease that is equal to  cubic-bezier(0.25, 0.1, 0.25, 1).% css-easings%A pattern that defines the css alias  steps-end that is equal to steps(1, jump-end).& css-easings%A pattern that defines the css alias  steps-start that is equal to steps(1, jump-start).' css-easings%A pattern that defines the css alias end that is equal to jump-end.( css-easings%A pattern that defines the css alias start that is equal to  jump-start.) css-easings Convert an / to its css counterpart. The css aliases like  "steps-start" are not( checked. Therefore, only strings like "steps(..)" and cubic-bezier(..)@ are returned.* css-easings Convert an / to its css counterpart. The css aliases like  "steps-start"7 are checked, and if they match, the alias is returned.+ css-easings Convert a  to its css counterpart. So  is for example converted to  "jump-start"., css-easings Constructs a 2 given that the first and third value are between 0.0 and 1.0$. If that is the case, it returns a C that wraps the  . Otherwise D is returned.- css-easings Constructs a - given the first and third value are between 0.0 and 1.0'. If this is the case, it returns that $, otherwise it will raise an error.. css-easings Constructs a Z given the first item is strictly greater than zero. If that is the case, it returns the  wrapped in a C, otherwise a D is returned./ css-easings Construct a Y given the first item is strictly greater than ero. If that is the case, it returns the + object, otherwise it will raise an error.) css-easings The given  to convert. css-easings!The css counterpart of the given .* css-easings The given  to convert. css-easings!The css counterpart of the given .+ css-easingsThe  to convert. css-easings!The css counterpart of the given .0  !"#$%&'()*+,-./0./,-)*+('&%$#"!  E      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGEFHI*css-easings-0.2.0.0-Ecdrc2ZBz8kKG0XcX6ErTG Css.EasingJumpTerm JumpStartJumpEndJumpNoneJumpBothEasingSteps CubicBezier EaseInOutBack EaseOutBack EaseInBack EaseInOutCirc EaseOutCirc EaseInCirc EaseInOutExpo EaseOutExpo EaseInExpoEaseInOutQuint EaseOutQuint EaseInQuintEaseInOutQuart EaseOutQuart EaseInQuartEaseInOutCubic EaseOutCubic EaseInCubic EaseInOutQuad EaseOutQuad EaseInQuad EaseInOutSine EaseOutSine EaseInSine EaseInOutEaseOutEaseInLinearEaseStepsEnd StepsStartEndStart easingToCsseasingToCssWithCssAliasses jumpTermToCss cubicBezier cubicBezier'stepssteps'$fToJSONJumpTerm$fToJavascriptJumpTerm$fToMarkupJumpTerm$fArbitraryJumpTerm$fDefaultJumpTerm$fToJSONEasing$fToJavascriptEasing$fToMarkupEasing$fArbitraryEasing$fDefaultEasing$fBoundedJumpTerm$fEnumJumpTerm $fEqJumpTerm $fOrdJumpTerm$fReadJumpTerm$fShowJumpTerm $fEqEasing $fOrdEasing $fShowEasingbase GHC.MaybeJustNothing