Top "Effect" questions

This tag is deprecated.

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 …

css hover fade effect
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 …

javascript jquery html effect
How do you make an image or button glow when you mouse over using javascript or jquery?

I want to add a glowing effect when I mouse over a button or image. How do I do this …

javascript jquery html css effect
(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: …

css background parallax effect
Fade in and out owl carousel effect not working

<script> $(document).ready(function () { $("#owl-demo").owlCarousel({ navigation: true, navigationText: ["", ""], slideSpeed: 300, paginationSpeed: 400, autoPlay: true, mouseDrag: true, singleItem: true, animateIn: …

jquery effect owl-carousel
Remove RecyclerView scroll effects

I have two RecyclerView inside my NavigationDrawer. Both have the blue scroll effects. How can I remove this effect in …

android scroll effect android-recyclerview
CSS: What's a good way to create a raised box effect?

That is, the left and bottom borders of the element need to give a 3d effect of it popping out. …

css effect border
Vue.js page transition fade effect with vue-router

How to achieve a fade effect page transition between vue-router defined pages (components)?

transition fade effect vue-router vue.js
Transition effects Top vs. Bottom in CSS is not working

Well, this is my first topic here, so here it is! I've just done a nice-simple :hover code where you …

css transition effect
ImageView zooming in android through code

I am developing Android application for book. I create total images for book is one hundred. In the app two …

android imageview zooming effect