The effect tag has no wiki summary.
2
votes
1answer
1k views
How to create Google Plus like Lightbox/Modalbox
Facebook Lightbox/Modalbox has been very popular and I found the Google Plus modal box very attractive and useful to use on my website
Can anyone tell me how to create Google Plus Lightbox/Modal-box
...
2
votes
1answer
215 views
How to create a smiliar Simpler Viewer image gallery thumbnail effect using Jquery?
How do you create an effect like the Thumbnail in Simple Viewer image gallery using JQuery? The effect is When the user moves the mouse over an image, four sides of the image get covered by white ...
2
votes
1answer
9k views
RichFaces: Displaying a notification “popup” when AJAX operation succeeded
We are currently developing a B2B web shop based on Java EE 5, JSF, Facelets and RichFaces. The technology has really worked very well so far, but now I am facing a small problem I just can't figure ...
1
vote
1answer
167 views
hover effect that make some object to change or move, using (maybe) processing.js?
I spent whole night to figure it out how does hover effect on this site http://goo.gl/WXlGT work. But i still cant get it. At first i thought that its made in flash, than i thought its html5 but ...
1
vote
1answer
148 views
JQuery applying hover effect to the whole class
I have a problem and I couldn't find a specific answer anywhere.
I have downloaded a JQuery plugin as this is my first java script attempt and I am trying to apply this zoom hover effect to each ...
1
vote
1answer
217 views
Adding animate (slide from left/right etc.) on page load
I want to add some animation when the page loads. I tried a couple times but wasn't successful. Could you help me with a jquery hack?
HTML & Jquery part:
<div ...
1
vote
1answer
1k views
How to outline TextBlock text in Windows Phone 7
I would like to have a TextBlock outlined (add stroke to text, not the TextBlock rectangle) in WP 7.1 but have no clue how to do that.
1
vote
1answer
2k views
android shadow image effect
I'm trying to add shadow effect do an image. I use a mask to draw the image (I need a specific shape for my image). Can you please tell me how to add shadow effect to my image? I've tried something ...
1
vote
1answer
143 views
problem regarding transition
How to put transition on a web page? I have tried, but it doesn't worked on internet explorer. how to add transition during opening page? transitions effects like fades,dissolves etc. same as in ...
0
votes
1answer
36 views
How do I use jquery inside WordPress Loop?
How do I use jquery inside WordPress Loop without repeating effect
<div class="post">
<?php if ( have_posts() ) :
while ( have_posts() ) : the_post(); ?>
<a ...
0
votes
1answer
62 views
How to make Jquery object start to bounce when scrolling to it?
I have a web site with 1 page.
Page width is 17289px
It is divided to separated pages each page width 1920px.
So there is only a horizontal scrolling
On page 8 I have an image.
I what to make the ...
0
votes
1answer
49 views
grid.arrange or the like with John Fox's effects plots
I'd like to combine multiple effect plots in one window with the effects package, but don't know if there is an easy way to do so.
Here's an example that doesn't work:
d1 ...
0
votes
1answer
157 views
Preferences screen blinking
I have a problem with preferences, some users tell me that screen start blinking and is not possible to stop it and need to reboot.
I tryed to eliminate every kind of code in java source ...
0
votes
1answer
128 views
Modify camera frame
I am programming an android application. This application uses camera and different visualization modes, like grey, high contrast, etc. It will be used by people with very low vision to read any kind ...
0
votes
1answer
111 views
Silverlight Custom effect, get parent
I am trying to create a custom effect by inheriting from Effect.
<Ellipse Width="75" Height="75" Stroke="LightGray">
<Ellipse.Effect>
<local:GlowEffect GlowRadius="10"/>
...
0
votes
1answer
667 views
javascript image slider
Hello guys i am a newbie JavaScript coder.
I was trying to make a JavaScript image slider, after long time i coded some code but,
in the middle of the way i got a problem and it is that the slider ...
0
votes
1answer
294 views
(flex) - effect play on data change - custom itemrenderer
I've got datagrid with custom itemrenderer. I want to play animatecolor effect for a cell in which data was changed. I don't want to play that effect for all cells.
Here is code of itemrenderer:
...
0
votes
1answer
48 views
How to get SamplerProperties of a ShaderEffect in wpf?
In WPF, when defining ShaderEffects, we use
ShaderEffect.RegisterPixelShaderSamplerProperty()
to introduce pixel shader sampler properties (the ones that are fed to the actual pixel shader, and ...
2
votes
0answers
402 views
PowerPoint VBA How to set the color of msoAnimEffectChangeFillColor Effect
I am using PowerPoint 2010 and I am trying to add animation to a bunch of shapes that will change their color to green,
but all I get is that the color is changing to dark red
Private Sub ...
2
votes
0answers
219 views
Android gesture trail effects
I am implementing a custom gesture library, so I will be using GestureOverlayView, and I was wondering if there was any way to apply effects, like a sparkle or glow effect to the trail that the ...
1
vote
0answers
26 views
Textillate-effect displays all unordered list items when combined with <a href=“#”></a>
Dear fellow Stackoverflowers,
I am using Textillate to apply an effect on an unordered list.
This works so far so well. Unfortunately when I combine the Hyperlinks within the < ul > - Element, it ...
1
vote
0answers
240 views
Show image zoom window for picture using jquery
I have SVG images on a page. When you hover over the SVG, I want to see a zoom up of the area I'm hovering over. I don't want the zoom effect window to be placed relative to my cursor. I have a box in ...
1
vote
0answers
158 views
add dropshadow effect to context menu in JavaFX
I've tried to do this with CSS like this (test example):
.context-menu {
-fx-effect: dropshadow(one-pass-box, black, 10, 1.0, 3, 3)
}
but it doesn't work. Tried to find out which node i should ...
1
vote
0answers
63 views
CSS selection and effects
Heelo guys !
I need a hand with CSS.
I would like to do an effect on all the item when one of them is clicked.
#scrollBox #content .item:active (?)
{
width: 0px;
}
#scrollBox #content .item
{ ...
1
vote
0answers
312 views
Nivo slider: Some effects not working?
So i thought i'd implement the Nivo jQuery slider to one of my projects. Everything is implemented and it should work fine as far as i know, but for some reason some effects don't work.
If i set the ...
1
vote
0answers
199 views
How can you create different drawing effects on the iPhone?
I am playing around with a MS Paint like app for the iPhone. I know how to draw hard lines in Quartz with:
CGContextSetLineWidth( context, 10.0 );
CGContextSetLineCap( context, kCGLineCapRound );
I ...
1
vote
0answers
214 views
QT Phonon is not seekable once an Effect is used
I have used QT Phonon to play audio file.
The problem is that i need the ability to change the play rate, while keeping the ability to seek the file.
It seems from test that once you add the Phonon ...
1
vote
0answers
852 views
change fade to elastic … effect
Making a testimonial slider, and wondered how I would change effect from fade to something like elastic , in out bounce etc.
I have made a fiddle here : http://jsfiddle.net/ozzy/Gx2TR/
our js is:
...
1
vote
0answers
278 views
Android textview marquee like effect when setText
I want to make a textView (maybe another control?) that makes a marquee horizontal effect when replacing current text for another, I mean, when I set 'tv.setText("my text to replace");' I want that ...
1
vote
0answers
438 views
Android: How to implement audio effects to a stream?
I want to implement an application that applies audio effect such as increasing Bass frequency for input/output stream on API9+ (android2.3+). So my question is
Question 1: Where should I start? I'm ...
1
vote
0answers
668 views
Animate Effect addClass/removeClass with jQuery UI
In order to add a fade transition to addClass/removeClass I am using jQuery UI:
$(document).ready(function(){
$('header nav a').hover(
function(){
...
1
vote
0answers
274 views
What's the proper way to structure an AEC (Acoustic Echo Cancellation) filter for JMF?
I'm working on connecting the Speex Library to JMF for the purpose of doing Voice Activity Detection/Noise reduction, and also for Acoustic Echo Cancellation. (I may adopt the codec at some point in ...
1
vote
0answers
495 views
How to apply sound effects like echo, flange etc to music in iphone sdk
I want to give sound effects like echo, flange etc to a sound in iphone sdk.
Can anyone help me out how can I achieve this.
Thanks
0
votes
0answers
50 views
Adding a 3d effect to html table
I have created an HTML table. Is there a way that I can add a 3D effect to the entire table as to resemble a 3D image or a table will a glossy effect using CSS? Here is the code:
<table ...
0
votes
0answers
93 views
highlight background effect
Is there an Android effect to highlight a background like with jQuery :
http://docs.jquery.com/UI/Effects/Highlight
I want to make a degrade on a Layout when I click on it...
Or do we have to do it ...
0
votes
0answers
143 views
Activity transition effect - 3 and more activities in a row
let me explain my situation/problem. I have main activity#1, from which I start activity#2 (where I have added overridePendingTransition(xxxxxx) in OnCreate). It works like a charm when coming back to ...
0
votes
0answers
126 views
How can I ensure that composite Flex Effect instances “seek” properly?
I am using MXML to declaratively create composite animation effects within a Flex-based application. The targets and durations of the effects will be set at runtime. I don't use the Effect.play() ...
0
votes
0answers
144 views
JQuery slide/toggle effect crashes [RESOLVED]
I have done the following HTML 1row-table which has a sliding/toggle effect made with jQuery. The hidden content can be showed up by clicking on the purple cell (Cell #1), on the left.
...
0
votes
0answers
95 views
C# Maintaining Windows 7 (or 8) Form effects when Formborderstyle is NONE?
There are several form effects that do not show up when formborderstyle is zero in C#.
For example,
1) Maximizing the form when dragged to top.
2) creating shades in 4 different direction when ...
0
votes
0answers
188 views
XNA: Draw primitives (lines) with pencil effect?
(Sorry if my english is bad)
It's posible to draw a line with pencil effect in HSLS effect file?
With a sample texture, maybe?
This is the effect that i want to reach. (the outline/edges)
...
0
votes
0answers
55 views
Override or disable Firefox slide effects
firefox create a crossfading effect with slider. I need to disable this feature for a site that I'm developing (bad result with some Z-index overlaps). If it's possible, How i can do that? Css ...
0
votes
0answers
14 views
NSView monochrome post-effect
I'm wondering if anyone knows how alphaValue actually works and how I can implement a similar technique to apply a monochrome effect to a NSView. Please note, I need to do this without using layers.
0
votes
0answers
60 views
Why is there no QGraphicsBlurEffect repaint()/update() action if used on QPushButtons
QFancyPushButton(QWidget *parent, QString text):QPushButton(parent)
{
QGraphicsBlurEffect meffect = new QGraphicsBlurEffect();
setGraphicsEffect(meffect);
setText(text);
...
0
votes
0answers
189 views
Flex: How to use fade effect on custom ItemRenderer of a List?
Inside my 3.6 Flex module, I am using a List with a custom ItemRenderer:
<mx:List id="chatsList" y="0" left="2" right="6"
width="100%" height="100%" dataProvider="{chatsArrayCollection}"
...
0
votes
0answers
89 views
How to Add Visual Effects to a Video Using android 4.0
How to Add Visual Effects to a Video Using android 4.0?
Android4.0 has package effect, it said could be used in video, but I didn't know how to use.
0
votes
0answers
75 views
Computer sleep has an effect on the c# application variables
My c# application gives wrong values when the machine starts after a sleep(application remains open).I cant understand what the problem is.It works fine as long as machine does not sleep.
The errors ...
0
votes
0answers
105 views
How to make a bending animation with silverlight
Any idea how to make an animation like used on the link below? I want to make a paper effect with animation on silverlight but dont know how to do. The first came to my mind is making a gif or video ...
0
votes
0answers
353 views
Iphone SDK: light trace
how can i get a light trace like this used on a moving image?
I saw this effect getting used in alot of great games like spore origins (starting at 1:10)
How can i achieve the same effect, but not ...
0
votes
0answers
149 views
My image does not load on a jQuery fade in effect even though the div loads
jQuery(document).ready(function()
{
if (useMSIE){
pngfixALL();
};
jQuery(div).show(data_fadeInEffect, 500);return false;
// jQuery(div).animate({opacity:1}, 500, 'linear');
});
This is ...
0
votes
0answers
418 views
flex, dynamically panel generate and add scroll on a part
How can I scroll the panels(on the left) in that way that the big right panel won't move. example I have 200 panels on the left I select one it becomes big on the right, so I want to scroll down the ...
