Home
last modified time | relevance | path

Searched refs:transition (Results 76 – 100 of 240) sorted by last modified time

12345678910

/plugin/combo/resources/theme/default/components/css/
H A Dcarrousel.css32 transition: opacity 150ms ease, border 300ms ease-in-out;
66 transition: all 300ms ease-in-out;
H A Ddo-media.css37 transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
H A Donhover.css3 transition: all .2s ease;
H A Dpage-explorer-tree.css75 transition: transform 0.35s ease;
90 transition: none
H A Dshadow.css6 transition: .2s;
7 transition-property: color, box-shadow;
H A Dwebcode.css9 transition: opacity .3s ease-in-out;
/plugin/combo/resources/theme/default/pages/templates/
H A Dapp-edit.css63 transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
75 transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATN.php63 * The maximum value for any symbol recognized by a transition in the ATN.
212 $transition = $invokingState->getTransition(0);
214 if (!$transition instanceof RuleTransition) {
215 throw new \RuntimeException('Unexpected transition type.');
218 $following = $this->nextTokens($transition->followState);
H A DATNDeserializer.php564 foreach ($state->getTransitions() as $transition) {
565 if ($excludeTransition !== null && $transition->equals($excludeTransition)) {
569 if ($endState !== null && $transition->target->equals($endState)) {
570 $transition->target = $bypassStop;
785 throw new \RuntimeException('Unexpected transition type.');
813 'The specified transition type: %d is not valid.',
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DPredictionContext.php90 $transition = $state->getTransition(0);
92 if (!$transition instanceof RuleTransition) {
93 throw new \RuntimeException('Unexpected transition type.');
96 return SingletonPredictionContext::create($parent, $transition->followState->stateNumber);
165 throw new \RuntimeException('Unexpected transition type.');
/plugin/odt/
H A DChangeLog.txt41 list-style, flex, transition, outline, animation, border-bottom, columns
/plugin/fullscreenmode/
H A Dstyle.css9 transition: all 2s;
14 transition: all 2s;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dselectors.asciidoc5 should transition from alive to dead (and vice versa). It has no logic to choose
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md131 If `$value` itself is a promise, the promise will transition to the state of
/plugin/highlight2wiki/
H A Dstyle.css61 -webkit-transition-duration: 0.4s ; /* Safari */
62 transition-duration: 0.4s ;
89 -webkit-transition-duration: 0.4s ; /* Safari */
90 transition-duration: 0.4s ;
/plugin/achart/assets/
H A Dapexcharts.css31 transition: 0.15s ease all;
54 transition: 0.15s ease all;
59 transition: 0.15s ease all;
211 transition: 0.15s ease all;
287 transition: 0.15s ease all;
387 transition: 0.15s ease all;
393 transition: 0.15s ease all;
562 transition: 0.15s ease all;
569 transition: 0.15s ease all;
640 transition: 0.15s ease all;
/plugin/ckgedit/ckeditor/skins/moono/
H A Deditor.css5transition:none}.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{margin:0;…
H A Deditor_gecko.css5transition:none}.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{margin:0;…
H A Deditor_ie.css5transition:none}.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{margin:0;…
H A Deditor_ie8.css5transition:none}.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{margin:0;…
H A Deditor_iequirks.css5transition:none}.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{margin:0;…
/plugin/ckgedit/ckeditor/
H A Dckeditor.js.unc25924 …opacity:0.75;transition:height 0s 0.2s;line-height:0}.cke_widget_wrapper:hover\x3e.cke_widget_drag…
/plugin/ckgedit/ckeditor/skins/kama/
H A Deditor.css5transition:none}.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{margin:0;…
H A Deditor_ie7.css5transition:none}.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{margin:0;…
/plugin/ckgedit/ckeditor/skins/moono-lisa/
H A Deditor.css5transition:none}.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{margin:0;…

12345678910