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.

989 questions
-2
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
  • 76
  • 7
-2
votes
1 answer

How to achieve this "highlighting" effect with CSS?

I came across an ecommerce website and I saw this "Buy" button: For each 5 seconds approximately, the button "highlights" on diagonal, like the image shows. How to get into that effect in CSS or, maybe, using jQuery (the easiest)?
joaogdesigner
  • 430
  • 1
  • 6
  • 18
-2
votes
2 answers

Wanted: jquery plug-in for gaming-machine-like display of numbers / high score

I'm looking for a jquery (or other javascript) plug-in that shows and animates numbers like a high-score on a gaming machine, similar to this: (source: monevator.com) Is there anything like that?
Jörg Brenninkmeyer
  • 3,207
  • 2
  • 31
  • 48
-2
votes
1 answer

How do I make auto zoom with jquery

I need to animate some images with auto zoom effect in a space of time with jQuery. I can`t find a plugin to do that, then I think I got to do this by myself, any ideas to code that?
-2
votes
1 answer

how to highlight textbox using jquery

Suppose i have two textboxes i.e textbox1 & textbox2. if i type something on textbox1 ,then highlight should happen on textbox2. I tried like this on keyup event but its not highlighting $("#textbox1").keyup(function(){ …
user2173803
  • 53
  • 2
  • 8
-2
votes
1 answer

Simple effects on Monogame

I'm a beginner in MonoGame development, and I try to develop a memory game for mobile,for doing that, I want to make some effects like flipping an image, page curling,... Some advice/tutorials to start please?
yagoub
  • 49
  • 4
-2
votes
1 answer

JQuery Ui Effects not working

When I use hide() or show() they work - but When I use effect(), they don't, here is a little peace of code:
ImadBakir
  • 533
  • 1
  • 7
  • 24
-2
votes
2 answers

Developing comic book

I am hoping to develop an android application which would contain comic books for viewing. Google Play has a Marvel Comics application that I would like to emulate since I like that type effect in my application. However, I'm having trouble…
Mansi
  • 1,908
  • 4
  • 21
  • 40
-3
votes
2 answers

What is this effect and how it can be implemented?

Today I ran across this website (of a book) and discovered interesting visual effect (I guess, I would call it changing virtual perspective or similar). I'm curious about the term that this effect is properly referred to as well as about what…
Aleksandr Blekh
  • 2,300
  • 4
  • 25
  • 61
-3
votes
5 answers

How can I add a hover effect to icons with CSS?

I am updating my website and used this article How can I display social icons on my website with HTML and CSS? to add some social media icons to my website. Now I am wondering, how can I achieve a hover effect, i.e. change opacity). I know this…
user1420042
  • 1,619
  • 8
  • 33
  • 51
-4
votes
2 answers

Menu hover effect - how to reproduce this effect?

Here is a nice hover effect applyied on main menu (red rectangles above menu): http://www.templatemonster.com/demo/37841.html I'd like to use this effect on my website. There is no any css for that effect, so it must be some javascript used. How…
Incredible
  • 1,335
  • 3
  • 18
  • 39
-8
votes
1 answer

I want to make VB.NET effects

I want to write a program that creates cool effects in VB.NET. Few example of what the program should do: How to make an intro to my program? I know how to make a splash form but can I put an animated logo? I want to put effects to buttons, such…
-8
votes
1 answer

Twitter Bootstrap Carousel and carusel broblem

plz helpl me. Problem in contorol, his didnt work =( on web-site non-toxic.com.ua
Dartanyan
  • 1
  • 1
-11
votes
1 answer

Making smooth effect in WPF manually in C# with DispatcherTimer

I'm trying to make pretty effect with not using Storyboard or another ready/already done stuff in WPF. I want to make smooth effect, where on some event (like click) the UI element resizes for 2-3 seconds and bluring with changing color. All these…
Secret
  • 2,499
  • 6
  • 29
  • 44
1 2 3
65
66