Searched full:ease (Results 1 – 25 of 1028) sorted by relevance
12345678910>>...42
74 // ease in in update()75 scale = Lerp.ease(1.0f, mTargetScale, EASE_DURATION, scaleTime); in update()77 // ease out in update()79 scale = Lerp.ease(mTargetScale, 1.0f, EASE_DURATION, easeOutTime); in update()116 public void appyScale(float scaleFactor, float duration, boolean ease) { in appyScale() argument119 mEaseScale = ease; in appyScale()
34 opacity $time ease,35 color $time ease,36 background-color $time ease,37 border-color $time ease,38 width $time ease,39 height $time ease,40 max-width $time ease,41 max-height $time ease,42 margin $time ease,43 transform $time ease,[all …]
167 transition: transform 0.25s ease-out;422 transition: line-height 0.25s ease;480 transition: opacity 0.25s ease;632 transition: color 0.2s ease;647 filter 0.2s ease,648 opacity 0.2s ease;689 transition: all 0.3s ease;708 transition: all 0.3s ease;767 transition: color 0.2s ease;799 transition: all 0.3s ease;[all …]
22 easing: 'ease-in-out',42 easing: 'ease-out',47 easing: 'ease-in-out',52 easing: 'ease-in-out',57 easing: 'ease-out',102 easing: 'ease-in-out',229 easing: 'ease-in',
21 --anim-ease: cubic-bezier(0.4, 0, 0.2, 1);93 transition: max-height var(--anim-ease) var(--anim-time);154 background-color ease var(--anim-time);169 transition: opacity ease var(--anim-time), visibility 0s;399 transition: filter ease var(--anim-time);487 transition: background-color ease var(--anim-time);505 transition: filter var(--anim-ease) var(--anim-time),506 background-color var(--anim-ease) var(--anim-time),507 transform var(--anim-ease) var(--anim-time),577 transition: background-color var(--anim-ease) var(--anim-time),[all …]
207 transition: opacity 300ms ease;293 opacity 100ms ease,294 transform 100ms ease,295 visibility 100ms ease;304 opacity 250ms ease,305 transform 250ms ease,306 250ms ease;
180 only to ease transition from grpcio<0.15.0 to grpcio>=0.15.0."""196 only to ease transition from grpcio<0.15.0 to grpcio>=0.15.0."""215 generated only to ease transition from grpcio<0.15.0 to grpcio>=0.15.0"""231 generated only to ease transition from grpcio<0.15.0 to grpcio>=0.15.0"""
16 * Fast evaluation of a cubic ease-in / ease-out curve. This is defined as a parametric cubic
19 // Whether to use an ease-in-ease-out animation rather than a linear one.
105 transition: opacity .5s ease, bottom .5s ease;106 -webkit-transition: opacity .5s ease, bottom .5s ease;
81 transition: max-height 0.2s ease;152 transition: color ease 0.2s, background-color ease 0.2s311 transition: transform ease 0.2s;
203 SkVector EaseVec(float ease) { in EaseVec() argument204 return (ease < 0) ? SkVector{0, -ease} : SkVector{ease, 0}; in EaseVec()362 // Amount, ease-low and ease-high are percentage-based [-100% .. 100%]. in modulateCoverage()
168 …time this token is minted until its expiration. This field is intended to ease client-side token m…199 …time this token is minted until its expiration. This field is intended to ease client-side token m…227 …time this token is minted until its expiration. This field is intended to ease client-side token m…254 …time this token is minted until its expiration. This field is intended to ease client-side token m…281 …time this token is minted until its expiration. This field is intended to ease client-side token m…308 …time this token is minted until its expiration. This field is intended to ease client-side token m…335 …time this token is minted until its expiration. This field is intended to ease client-side token m…362 …time this token is minted until its expiration. This field is intended to ease client-side token m…388 … this challenge is minted until its expiration. This field is intended to ease client-side token m…
269 endian systems under various operating systems. To ease transition and protect303 ### Reliability and ease-of-use309 They are also concerned about ease-of-use both during development and long-term312 Removing concern about conversion speed and adding concern about ease-of-use
57 transition: -webkit-transform ease 0.28s;58 transition: transform ease 0.28s;
59 --paper-progress-transition-timing-function: ease;75 …aper-progress-transition-timing-function` | The timing function for the transition | `ease`137 -webkit-transition-timing-function: var(--paper-progress-transition-timing-function, ease);138 transition-timing-function: var(--paper-progress-transition-timing-function, ease);
16 transition: background-color 0.25s ease;147 transition: background-color 0.1s ease;
7 …tor). Thus the criteria for selecting between must be driven by either performance or ease of use.11 On the ease of use side, there's not a clear winner. The individual operations are simpler in the …
24 /// ease of use.27 /// ease of use. In all cases, <tt>literal\<X\> l(x);</tt>
63 * more functionality for different datatypes; ease of use by 65 * ease of use by experienced coders?</p>
228 'ease': cubic(0.25, 0.1, 0.25, 1), property229 'ease-in': cubic(0.42, 0, 1, 1),230 'ease-out': cubic(0, 0, 0.58, 1),231 'ease-in-out': cubic(0.42, 0, 0.58, 1),
4 # keep folder for ease of use
300 split them to ease their search in the code base.364 prefixed with `(mbedtls_)ssl_tls13_{process,write}`. To ease the maintenance and409 * state change: the state change is done in the main state handler to ease the434 * state change: the state change is done in the main state handler to ease
2 is now part of Guice core. This extension still exists in order to ease the
7 "description": "Ease definition of functions returning multiple values, and more.",