Questions tagged [effect]

This tag is deprecated. Use a tag with the specific effect instead (e.g. spiral-effect).

This tag is deprecated because it lacks discriminating power and it's ambiguous.
It should never be used.
Use a more specific tag instead like
For a discussion on burninate request for the tag see here: Remove the [effect]

825 questions
144
votes
2 answers

Remove RecyclerView scroll effects

I have two RecyclerView inside my NavigationDrawer. Both have the blue scroll effects. How can I remove this effect in both RecyclerViews? I tried changing: mRecyclerView.setHasFixedSize(true); to false, but it remove scroll effects. (What is the…
JavierSegoviaCordoba
  • 5,841
  • 7
  • 32
  • 48
136
votes
4 answers

Fade Effect on Link Hover?

on many sites, such as http://www.clearleft.com, you'll notice that when the links are hovered over, they will fade into a different color as opposed to immediately switching, the default action. I assume JavaScript is used to create this effect,…
Miles Henrichs
  • 2,172
  • 3
  • 18
  • 21
46
votes
2 answers

Vue.js page transition fade effect with vue-router

How to achieve a fade effect page transition between vue-router defined pages (components)?
Kaspi
  • 2,894
  • 3
  • 18
  • 28
43
votes
8 answers

(CSS) Make a background image scroll slower than everything else

here is is my CSS code for the body: body { padding: 0; margin: 0; background-image: url("../images/background.jpg"); background-repeat: no-repeat; background-color: grey; background-size: 100%; } What I want to do is make it so that…
user4626554
36
votes
7 answers

Android, setting background color of button loses ripple effect

After adding color to an android button, it loses its ripple effect that makes the user feel like there is a responsive click. How do I fix this? I've searched through many solutions but I couldn't find a definite one that wasn't ambiguous.…
Tommy Saechao
  • 991
  • 2
  • 14
  • 24
34
votes
2 answers

Pygame water ripple effect

I have Googled for it but there are no ready scripts - as opposed to the same effect on Flash. I have checked the algorithm on The Water Effect Explained and also tested an implementation of the Perlin Noise, which provides a good simulation of the…
leon
  • 3,109
  • 24
  • 38
25
votes
3 answers

How to make a water effect on TImage or anything?

OK, I just installed a Tortoise git in my PC. And I'm quiet amuse about the water effect from its about page. try to move your mouse cursor on the turtle picture from tortoise GIT - About its more like we are playing out finger on a water. Does…
Galvion
  • 1,253
  • 6
  • 21
  • 33
20
votes
2 answers

How to create a slowing scroll effect on a scrollbox?

I like to create a smooth slowing scroll effect after panning an image in a scrollbox. Just like panning the map in maps.google.com. I'm not sure what type it is, but exactly same behaviour: when dragging the map around with a fast move, it doesn't…
XBasic3000
  • 3,348
  • 3
  • 44
  • 87
18
votes
1 answer

Calculating window dragging and skewing in JavaScript

I am using JavaScript and trying to make a skew effect on a div. First, take a look at this video: http://www.youtube.com/watch?v=ny5Uy81smpE (0:40-0:60 should be enough). The video shows some nice transformations (skew) when you move the window.…
Tower
  • 87,855
  • 117
  • 329
  • 496
17
votes
4 answers

How can I execute multiple, simultaneous jquery effects?

I am animating some error/validation elements on a page. I want them to bounce and be highlighted, but at the same time if possible. Here's what I'm currently doing: var els = $(".errorMsg"); els.effect("bounce", {times: 5},…
Samuel Meacham
  • 9,845
  • 7
  • 42
  • 50
17
votes
5 answers

jQuery "$(...).effect is not a function"

I searched through the forum already but I can't find any way to fix the problem I have with the "effect" function in jQuery. I get exactly the error TypeError: $(...).effect is not a function in the code…
mentinet
  • 624
  • 2
  • 9
  • 22
17
votes
3 answers

Welcome screen before website loads (Click to enter) [Splash Screen]

How would I create a welcome screen on my website? For example, I have an image and a link that says "ENTER" when the user clicks enter the website appears. How would I do that? Also if possible with Javascript or JQuery, When the user clicks…
Julian
  • 637
  • 1
  • 8
  • 28
14
votes
2 answers

how to add effect for text box to style

I'm trying to add an effect to style in order to reuse it, but from some reason it doesnt work...