Home
last modified time | relevance | path

Searched refs:fadeIn (Results 1 – 25 of 1121) sorted by relevance

12345678910>>...45

/dports/audio/sidplay/sidplay-base-1.0.9/
H A Dsid2wav.cpp133 } fadeIn, fadeOut;
208 fadeIn.seconds = 0;
577 fadeIn.seconds = 0;
706 fadeIn.count++;
707 if ( fadeIn.count >= fadeIn.step )
711 fadeIn.currentLevel++;
713 fadeIn.count = 0;
730 fadeIn.count++;
731 if ( fadeIn.count >= fadeIn.step )
735 fadeIn.currentLevel++;
[all …]
/dports/www/writefreely/writefreely-0.13.1/less/
H A Deffects.less2 -moz-animation-name: fadeIn;
3 -webkit-animation-name: fadeIn;
4 -ms-animation-name: fadeIn;
5 animation-name: fadeIn;
31 @-moz-keyframes fadeIn { 0% { opacity: 0; position: static; } 100% { opacity: 1; }}
32 @-webkit-keyframes fadeIn { 0% { opacity: 0; position: static; } 100% { opacity: 1; }}
33 @-ms-keyframes fadeIn { 0% { opacity: 0; position: static; } 100% { opacity: 1; }}
34 @-keyframes fadeIn { 0% { opacity: 0; position: static; } 100% { opacity: 1; }}
/dports/games/meandmyshadow/meandmyshadow-0.5a/src/
H A DMain.cpp113 int fadeIn=255; in main() local
197 changeState(imageManager, renderer, fadeIn); in main()
201 fadeIn=17; in main()
203 fadeIn=255; in main()
217 if(fadeIn>0&&fadeIn<255){ in main()
218 dimScreen(renderer, static_cast<Uint8>(255-fadeIn)); in main()
219 fadeIn+=17; in main()
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/resources/qml/Governikus/TitleBar/+desktop/
H A DNotifications.qml30 if (!fadingAnimation.running) d.fadeIn = !d.fadeIn
31 if (d.fadeIn) {
41 property bool fadeIn: false
48 onTriggered: d.fadeIn = false
60 anchors.bottomMargin: d.fadeIn ? radius - height : 0
99 activeFocusOnTab: d.fadeIn && !fadeOutTimer.running
109 if (!d.fadeIn) {
110 d.fadeIn = true
/dports/graphics/openfx-misc/openfx-misc-3ab0531/AppendClip/
H A DAppendClip.cpp171 int fadeIn,
426 alpha0 = (fadeIn == 0); in getSources()
490 if (fadeIn != 0) { in getSources()
575 int fadeIn; in setupAndProcess() local
732 int fadeIn; in isIdentity() local
765 int fadeIn; in getRegionsOfInterest() local
789 int fadeIn; in getFramesNeeded() local
833 int fadeIn; in getRegionOfDefinition() local
860 int fadeIn; in changedClip() local
880 int fadeIn; in changedParam() local
[all …]
/dports/audio/traverso/traverso-0.49.6/src/core/
H A DAudioClip.cpp131 fadeIn = 0; in init()
165 if (!fadeIn) { in set_state()
206 if (fadeIn) { in get_state()
384 if (!fadeIn) { in set_fade_in()
387 fadeIn->set_range(range); in set_fade_in()
667 if (fadeIn) { in reset_fade_in()
689 if (fadeIn) { in reset_fade_both()
950 return fadeIn; in get_fade_in()
963 fadeIn = fade; in private_add_fade()
971 if (fade == fadeIn) { in private_remove_fade()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/app/src/photon/java/org/mozilla/gecko/toolbar/
H A DTabCounter.java83 … final ObjectAnimator fadeIn = ObjectAnimator.ofFloat(box, "alpha", 0.01f, 1.0f).setDuration(66); in createBoxAnimatorSet() local
103 animatorSet.play(moveDown2).with(fadeIn); in createBoxAnimatorSet()
130 … final ObjectAnimator fadeIn = ObjectAnimator.ofFloat(bar, "alpha", 0.0f, 1.0f).setDuration(166); in createBarAnimatorSet() local
131 fadeIn.setStartDelay(16 * 11); // delay 11 frames after moveDown2 in createBarAnimatorSet()
138 animatorSet.play(scaleUp1).with(fadeIn); in createBarAnimatorSet()
148 … final ObjectAnimator fadeIn = ObjectAnimator.ofFloat(text, "alpha", 0.0f, 1.0f).setDuration(66); in createTextAnimatorSet() local
149 fadeIn.setStartDelay(16 * 6); // delay 6 frames after fadeOut in createTextAnimatorSet()
159 animatorSet.play(fadeOut).before(fadeIn); in createTextAnimatorSet()
160 animatorSet.play(fadeIn).with(moveDown); in createTextAnimatorSet()
/dports/audio/invada-studio-plugins-lv2/invada-studio-plugins-lv2-1.2.0/plugin/
H A Dinv_erreverb.c105 int fadeIn; member
253 plugin->fadeIn=0; in activateIReverbER()
309 fadeIn=plugin->fadeIn; in runMonoIReverbER()
330 if(fadeIn==0) { in runMonoIReverbER()
404 if(fadeIn==1) { in runMonoIReverbER()
490 if(fadeIn==1) { in runMonoIReverbER()
492 plugin->fadeIn=0; in runMonoIReverbER()
552 fadeIn=plugin->fadeIn; in runSumIReverbER()
573 if(fadeIn==0) { in runSumIReverbER()
648 if(fadeIn==1) { in runSumIReverbER()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/omnibox/browser/android/java/src/org/chromium/components/omnibox/
H A DSecurityButtonAnimationDelegate.java43 Animator fadeIn = ObjectAnimator.ofFloat(mSecurityButton, View.ALPHA, 1); in SecurityButtonAnimationDelegate() local
44 fadeIn.setInterpolator(BakedBezierInterpolator.FADE_IN_CURVE); in SecurityButtonAnimationDelegate()
45 fadeIn.setDuration(FADE_DURATION_MS); in SecurityButtonAnimationDelegate()
46 fadeIn.addListener(new CancelAwareAnimatorListener() { in SecurityButtonAnimationDelegate()
52 mSecurityButtonShowAnimator.playSequentially(translateRight, fadeIn); in SecurityButtonAnimationDelegate()
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/x-pack/plugins/canvas/public/transitions/fade/
H A Dfade.css1 @keyframes fadeIn {
11 .fadeIn {
12 animation-name: 'fadeIn';
/dports/www/gohugo/hugo-0.91.2/docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/css/
H A D_animation.css7 @keyframes fadeIn {
16 .fadeIn {
17 animation-name: fadeIn;
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/scripts/Octave/wienerHammersteinTests/
H A DnovakWindow.m8 fadeIn = 0.5 * (sin(nIn) + 1); variable
15 smoothingWindow(1:length(fadeIn)) = fadeIn;
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/xeen/swordsofxeen/
H A Dswordsofxeen.cpp42 _screen->fadeIn(0x81); in death()
44 _screen->fadeIn(0x81); in death()
91 _screen->fadeIn(0x81); in showEnding()
93 _screen->fadeIn(0x81); in showEnding()
/dports/games/scummvm/scummvm-2.5.1/engines/xeen/swordsofxeen/
H A Dswordsofxeen.cpp42 _screen->fadeIn(0x81); in death()
44 _screen->fadeIn(0x81); in death()
91 _screen->fadeIn(0x81); in showEnding()
93 _screen->fadeIn(0x81); in showEnding()
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svapp/audio/
H A DAudioGenerator.cpp356 sv_frame_t fadeIn, sv_frame_t fadeOut) in mixModel() argument
395 buffer, gain, pan, fadeIn, fadeOut); in mixModel()
419 sv_frame_t maxFrames = frames + std::max(fadeIn, fadeOut); in mixDenseTimeValueModel()
445 if (startFrame >= fadeIn/2) { in mixDenseTimeValueModel()
448 startFrame - fadeIn/2, in mixDenseTimeValueModel()
458 sv_frame_t missing = fadeIn/2 - startFrame; in mixDenseTimeValueModel()
492 for (sv_frame_t i = 0; i < fadeIn/2; ++i) { in mixDenseTimeValueModel()
494 back -= fadeIn/2; in mixDenseTimeValueModel()
497 / float(fadeIn); in mixDenseTimeValueModel()
502 if (i < fadeIn/2) { in mixDenseTimeValueModel()
[all …]
/dports/games/manaplus/manaplus-2.1.3.17/src/resources/
H A Dsdlmusic.cpp65 const int fadeIn) const in play()
67 if (fadeIn > 0) in play()
68 return Mix_FadeInMusicPos(mMusic, loops, fadeIn, 0.0) != 0; in play()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/manual/qgraphicsitemgroup/
H A Dwidget.cpp58 fadeIn = new QPropertyAnimation(effect, "opacity"); in Widget()
59 fadeIn->setDuration(200); in Widget()
60 fadeIn->setStartValue(0.3); in Widget()
61 fadeIn->setEndValue(1.); in Widget()
94 delete fadeIn; in ~Widget()
200 fadeIn->start(); in onSceneSelectionChanged()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/xeen/worldofxeen/
H A Ddarkside_cutscenes.cpp97 screen.fadeIn(); in showDarkSideTitle()
219 screen.fadeIn(); in rubCrystalBall()
255 screen.fadeIn(); in showDarkSideIntro1()
360 screen.fadeIn(); in showDarkSideIntro1()
673 screen.fadeIn(); in showDarkSideIntro3()
690 screen.fadeIn(); in showDarkSideIntro3()
748 screen.fadeIn(); in showDarkSideIntro3()
788 screen.fadeIn(); in showWorldOfXeenLogo()
862 screen.fadeIn(); in showDarkSideEnding1()
876 screen.fadeIn(); in showDarkSideEnding1()
[all …]
H A Dworldofxeen_cutscenes.cpp100 screen.fadeIn(); in worldEnding1()
169 screen.fadeIn(); in worldEnding1()
183 screen.fadeIn(); in worldEnding1()
258 screen.fadeIn(); in worldEnding1()
305 screen.fadeIn(); in worldEnding1()
462 screen.fadeIn(); in worldEnding2()
507 screen.fadeIn(); in worldEnding2()
574 screen.fadeIn(); in worldEnding2()
616 screen.fadeIn(); in worldEnding3()
631 screen.fadeIn(); in worldEnding3()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/xeen/worldofxeen/
H A Ddarkside_cutscenes.cpp97 screen.fadeIn(); in showDarkSideTitle()
219 screen.fadeIn(); in rubCrystalBall()
255 screen.fadeIn(); in showDarkSideIntro1()
360 screen.fadeIn(); in showDarkSideIntro1()
673 screen.fadeIn(); in showDarkSideIntro3()
690 screen.fadeIn(); in showDarkSideIntro3()
748 screen.fadeIn(); in showDarkSideIntro3()
788 screen.fadeIn(); in showWorldOfXeenLogo()
862 screen.fadeIn(); in showDarkSideEnding1()
876 screen.fadeIn(); in showDarkSideEnding1()
[all …]
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/monaco-editor/esm/vs/editor/contrib/message/
H A DmessageController.css10 @keyframes fadeIn {
14 .monaco-editor .monaco-editor-overlaymessage.fadeIn {
15 animation: fadeIn 150ms ease-out;
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/song/models/
H A DTGNoteEffect.java42 private boolean fadeIn; field in TGNoteEffect
63 this.fadeIn = false; in TGNoteEffect()
337 return this.fadeIn; in isFadeIn()
340 public void setFadeIn(boolean fadeIn) { in setFadeIn() argument
341 this.fadeIn = fadeIn; in setFadeIn()
/dports/www/limesurvey/limesurvey/assets/packages/ckeditor/skins/kama/
H A Dnotification.css63 -webkit-animation: fadeIn 0.7s;
64 animation: fadeIn 0.7s;
72 @-webkit-keyframes fadeIn
78 @keyframes fadeIn
/dports/games/scummvm/scummvm-2.5.1/engines/twine/renderer/
H A Dscreens.h84 void loadMenuImage(bool fadeIn = true);
92 void loadImage(TwineImage image, bool fadeIn = true);
107 void fadeIn(const uint32 *palette);
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/game/
H A Dgame.cpp97 , fadeIn( fadeIn_ ) in FadeTask()
109 , fadeIn( false ) in FadeTask()
235 …onst MP2::MapObjectType objectType, int32_t fromIndex, int32_t toIndex, bool fadeOut, bool fadeIn ) in PrepareFadeTask() argument
246 …Type, spriteIndicies.first, spriteIndicies.second, fromIndex, toIndex, alpha, fadeOut, fadeIn, 0 ); in PrepareFadeTask()
249 …k( objectType, fromTile.GetObjectSpriteIndex(), 0, fromIndex, toIndex, alpha, fadeOut, fadeIn, 0 ); in PrepareFadeTask()
255 …ObjectSpriteIndex(), animationIndex, fromIndex, toIndex, alpha, fadeOut, fadeIn, fromTile.GetObjec… in PrepareFadeTask()
287 while ( le.HandleEvents() && ( fadeTask.fadeOut || fadeTask.fadeIn ) ) { in PerformFadeTask()
296 if ( fadeTask.fadeIn ) { in PerformFadeTask()
305 else if ( fadeTask.fadeIn ) { in PerformFadeTask()
326 if ( fadeTask.fadeIn ) { in PerformFadeTask()

12345678910>>...45