Questions tagged [effects]

Non functional enhancements of user interaction with a product (most commonly visual and sound)

Do not use this tag for R effects package related posts.

1053 questions
-1
votes
1 answer

Using CreateEffect for multiple Action dispatch

I am new to using CreateEffect and it is very confusing to understand as most documentations I read are talking about using services. I don't know to tweak it to work for me. I have two actions to dispatch simultaneously. export const updateSubject…
Curtis Lanz
  • 405
  • 2
  • 16
-1
votes
1 answer

How are these transitions and side effects on this website done?

I watched a video about awesome made websites. There was this website with a bunch of cool effects. You can visit the site over here: http://www.amandabraga.com/ Now i'm asking myself as a rookie in frontend development how all these effects are…
dontoronto
  • 51
  • 1
  • 8
-1
votes
1 answer

Stair Step Text Effect CSS

I'm trying to create the same effect Adobe Illustrator has called "Stair Step" text effect. I also want to use this text effect while I'm typing in a text field, so both the text and the effect should be dynamic to whatever is being typed. Rainbow…
-1
votes
1 answer

how to grey out the edges of a camera in unity

I am working on a game in unity, and I am making a slow motion system where a player holds down a button and you will slow down time, but only until your bar runs out, I have that part down, but it looks a bit bland, so I want to make it so when I…
-1
votes
1 answer

How to fade chromatic aberration using code in Unity

I am trying to fade a chromatic aberration effect in and out triggered by a keypress, but not sure where to start. I am using the built-in render pipeline. There seems to be little documentation on controlling post processing via code. Please…
Malted
  • 108
  • 7
-1
votes
2 answers

fixed effects regression with felm

I am wondering why my fixed effects regression does not work. My Code is the following: sfeL=felm(sätzegesp~TTRverf,spieler|0|0, data=datregT) sätzegesp is a vector if numbers, TTRverf is a dummy-variable and the fixed effect variable spieler is a…
Matze
  • 27
  • 5
-1
votes
2 answers

UE4 How do I achieve neonish effect in the UI?

I am trying to achieve a glow effect in the UI, but I can't figure out how to do it. Even after setting the color parameters to a high value (like (30,0,0) as I do normally to achieve this effect in the world), it stays the same. The effect I'd…
Sheim
  • 59
  • 2
  • 11
-1
votes
1 answer

Code to estimate an OLS fixed effects dummy variable in R

I am looking for a command (not the total code) to estimate an OLS fixed effects dummy variable model that includes a fixed effect for each state in my data frame (balanced panel dataset). My data frame includes states, years, and multiple…
-1
votes
2 answers

Javascript letters created out of smoke particles

I would like to have my title heading be created from a smoke animation using javascript. Like here this type of smoke moving to create letters but how would i be able to manipulate the smoke here?: http://jsfiddle.net/Ujz4P/1563/ How do I for…
john
  • 19
  • 4
-1
votes
1 answer

How add fadeIn fadeOut effects to `div.style.display` in javascript?

I'm new in javascript and I found this sample code : HTML :
Test text
JavaScript : var button = document.getElementById('button'); button.onclick = function() { var div =…
shm
  • 439
  • 2
  • 11
  • 25
-1
votes
1 answer

JavaFX Glass shatter / crack and break

Does anyone have any suggestions as to how I can go about creating an Effect for a JavaFX node that can simulate glass shattering and then (potentially) breaking? if the breaking is more difficult, I can skip that part. Basically I want to layer…
Driv
  • 123
  • 8
-1
votes
2 answers

Change Minimizing Visual Effect

I've created an app with invisible form. (Opacity = 0 or Visible = false ShowInTaskbar = false) I've tried a lot of different ways of activating my form while having active other applications. By "activating" I mean giving focus to it without making…
Sergey Dudkin
  • 169
  • 1
  • 10
-1
votes
2 answers

Effect for ImageButton in android

I want to create effects for ImageButton. For example, it will change color when clicked...How I do it? I want to do this in .xml file. Can you help me! Thank you! I tried to create the state.xml file as follwing:
Robotic Vn
  • 437
  • 2
  • 7
  • 20
-1
votes
1 answer

How to use an image/logo as loader

Im interested to make a loading page like the one on this site: http://www.weinbau-trummer.at Maybe the solution is to slide another image over it with some opacity?
matthias
  • 47
  • 5
-1
votes
1 answer

How would one replicate this scrolling effect?

https://medium.com/message/81e5f33a24e1 When you scroll down past individual sections, the background fades out as you scroll past a certain marker and the header text fades in. I assumed this was some sort of CSS transition, but I found it…
Chris
  • 27,596
  • 25
  • 124
  • 225