Top "Effects" questions

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

disable the CTRL/Wheel zoom effect at runtime

How do you disable the ctrl/wheel zoom effect with css or javascript on certain elements. I create a menu …

css effects zooming mousewheel
Blur the background of the WPF container

Ultimately, what I want to achieve is a replication to some extend, of an Aero glass functionality of a WPF …

.net wpf effects blur
Create a "inset" effect using CSS in websites

I am very much impressed by the "inset" like effect in many latest websites. Some examples are and The line …

html css web effects insets
Fade out effect for text in HTML5 canvas

I'm drawing simple text in HTML5 canvas using this: context.fillStyle = "#FF0000" context.font = "italic 20pt Arial"; context.fillText("sfddsfs", 50, 50); …

javascript html canvas effects
Live Wallpaper Water Ripple Effect

I'm working on a live wallpaper that incorporates some water ripple effects on touching the screen but I'm a little …

android live effects wallpaper
How to create a gravity effect with Javascript?

Google gravity and gravity script are two nice demonstrations. but no source code or tutorials are available. and the original …

javascript html effects
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 …

jquery animation effects jquery-animate effect
Unity - Apply Post-Processing Effects to all UI Elements

I have been learning to use Unity's Post-Processing Effects but I cannot work out how to apply these effects to …

user-interface unity3d effects post-processing
jQuery fade elements from one class to another, on hover

can this be done? for eg. .class1{ background-image:(whatever.jpg) color: #fff; } .class2{ background-image:(whatever2.jpg) color: #999; } can I fade …

jquery css effects fadein jquery-effects
Apply and Clear ColorFilter on view in Android

I have 2 buttons with different parents. I am trying to apply button effect onTouch of the button. Here is my …

android android-drawable android-button effects colorfilter