The effect tag has no wiki summary.
4
votes
5answers
2k views
Is it possible to achieve paper-turn effect in HTML without using flash?
I'm aware of several flash-based commercial implementation like flashpageflip. But I'm wondering if it possible to achieve without using flash?
Any help will be much appreciated. Thank you.
Agung ...
1
vote
4answers
901 views
Silverlight 5: Terrible Performance Issues with DropShadowEffect
Environment Info:
Windows 7 64bit SP1
6GB Memory
Intel(R) Core(TM) i5-2400S CPU @ 2.50GHz (4 cores)
Silverlight 5
I have very terrible performance issues with DropShadowEffect in ...
0
votes
4answers
43 views
Need guidance on “float in from sides” project?
I am trying to make a website with the following effect:
When you load the page, nothing is displayed
Then, when you scrol down, pictures will float in from both sides of the browser window,
and ...
0
votes
4answers
5k views
jQuery toggle/vertical slider effect with multiple Divs
Actually, I am new to jQuery and I am writting a sample page with jQuery functions. In this page I am making use of toggle function. Please help me to get the intended effect. I am trying to get it ...
0
votes
3answers
814 views
Flex 3 - Resize effect “issue”?
I'm having a little issue with the resize event and resize effect of a VBox.
I have something like this:
<mx:VBox id="container"
backgroundColor="0xFFFFFF"
backgroundAlpha=".9"
...
1
vote
2answers
46 views
How can i limit the effect of html code over a single div (or another element)
<div>
<b> some test
</div>
another text
This would print the "another text" bold.
Is it some how possible to limit the effect of <b> only within the <div> element?
I've ...
1
vote
2answers
978 views
cocos2d screen effect
I am working on my iPhone game using cocos2d. I want to implement the effect: when my hero dies, the screen gradually turns to black/white/grey. That is, all the UI elements and game sprites' color ...
1
vote
2answers
268 views
need rollover effect for row of 9 perfume bottles
For a perfumer's website I'm displaying a row of nine bottles on a shelf. It appears as one continuous photograph. I've cut it into nine seamless slices, each in its own table cell with its own id.
...
0
votes
2answers
216 views
text over a border in css3
I'm curious. It's more for fun and tips but do you know if I can deal with a property to position the text in the middle.
I have post code on JS bin (refresh if CSS don't open) : ...
0
votes
2answers
240 views
(computer graphics) radial image distortion
I need to create an effect, that radially distorts a bitmap, by stretching or shrinking its "layers of pixels" radially (as shown on the image):
http://i.stack.imgur.com/V6Voo.png
by colored circles ...
0
votes
2answers
1k views
Show photo with SCRATCH OUT EFFECT by finger
I need your help to know how to create an iPhone application to show a photo with SCRATCH OUT EFFECT.
Something like the effect in this flash tutorial
http://www.tutorial5.com/content/view/115/46/
...
0
votes
1answer
611 views
sparkle effect in jquery
I want to make sparkle effect like this flash animation http://www.fbcoviedo.org/
Do you have any resource or suggestion how can I do that?
Thanks
Samir
0
votes
1answer
482 views
Applying Multiple Effects on XNA Models While Retaining Model Material Appearance
How might one go about applying various different effects to a model while still maintaining properties for the different materials on different parts of the model?
I am using the Model class in xna ...
0
votes
1answer
510 views
I want resize form in C# with effect like fade?
I create a form and I want to resize it with animation like fade effect or anything else?
for example I resize my form with this code and it show with an effect?
this.Size = new ...
0
votes
1answer
201 views
Apply a SharpDX Effect to a MediaCapture Stream
I'm trying to apply effects to a video stream in a Windows 8 Metro app. I'm aware of MFT and the AddEffectAsyncmethod for the MediaCapture class. However I don't know much C++ and dont' feel very ...
0
votes
1answer
224 views
Metro MediaCapture MFT Effect Explaination
I'm trying to apply an effect on a mediacapture stream for a WPF app I'm porting over to Metro. In the WPF app I used Pixel shaders to modify a bitmap whose source was set to the stream of a webcam, ...
0
votes
1answer
397 views
wpf Popup Lightbox effect on window
I am using following code to set gray light effect on window when I open a popup. It works fine but it basically reloads all controls or refreshes the main window .
Especially this line: ...
0
votes
1answer
238 views
A slideshow composed by divs?
How do I create a slideshow like this?
http://www.20thingsilearned.com/it-IT/foreword/1 (I mean only the slide effect, not the book animation, to see it press the + button on the bottom-right)
I ...
0
votes
1answer
268 views
About Page curling iOS
Sorry guys i have to solve a problem.
I Want to implement in my app the famous effect Page curl that Apple show to us with its app iBook.
I read that the API are not public (very very bad...).
So the ...
0
votes
1answer
187 views
LinearLayout fading effect contents
So, in my current project I have a LinearLayout with orientation set to vertical. During runtime, views will be added to the Layout programatically. I would like the contents of the layout to fade out ...
0
votes
1answer
135 views
create the same effect on a text as the title of windows
I create a transparency window with different textblock but my text isn't always readable because it's depends of colors user's window.
So I want apply the same effect on a text like the effect of my ...
0
votes
1answer
87 views
2 html pages with jquery effect
I have two html pages.1st one is the main page with a logo and some photos and second is another page with some text.I want something like this
...
0
votes
1answer
134 views
Mix two video together?
I've certain effects by MP4 format , is it possiable to include them to sample video toghether (I mean mix 2 videos together) ? any way ? sorry for my bad english.
0
votes
1answer
102 views
fadeout effect doesn't work well when called inside for loop
My code is really simple but I've been having this problem for a long time. I really need to know the correct way of doing this.
I have lots of divs in a list. Each one has its own id. There is a ...
0
votes
1answer
189 views
Apply Effect on multiple elements in sequence
I'm trying to apply a Move-Effect on multiple elements. They are moving all together but I prefer it in seqeunce.
<s:Move id="thumbMover" target="{thumb}"/>
private function addItemThumbs ( ) ...
0
votes
1answer
198 views
smooth efffect in flex
I'm using move effect in my project but It didn't worked as I expect. When moving the Label from right to left, It's not smoothly and I feel jerky when running. How can I resolved it, especially when ...
0
votes
1answer
956 views
Android Touch Animation Effect
I would like to create an animation effect whenever the user touches the screen with their finger in my android app. Whenever they touch the screen at a certain coordinate I would like it to appear ...
0
votes
1answer
527 views
How to create Flex Wobble Effect for a component (VBox/HBox etc…)
Can anyone tell me how can we create a wobbling effect using flex 3?
I need something like the effect which is show in ubuntu when we see an alert or move a folder.
Thank you.
0
votes
1answer
113 views
Papervision3d bitmap effect
I am programming Panorama like google streetview. But how can I do bitmap effect when the image changing? In streetview it is blur and some flor effect.
How can I do effects?
0
votes
1answer
1k views
Flex 4 Move Effect only animating last target in array of multiple items
I am animating a number of items using the Move effect. I am adding each item to an array after it has been added to the display list and once all items are added calling the play method, passing an ...
0
votes
1answer
71 views
AS2 - Maths Transition Help
im making a drop down menu in flash and i want it to slide down. At the moment im using a linear slide ( _y += 5, _y -= 5) etc.
I know there are other types of transitions like exponential and the ...
0
votes
1answer
1k views
How to implement a glass effect created on PS-CS4 around the template using PNG?
Hi as I said some times before I'm new to CSS coding, I want to know if it is possible to create a glass sheet (vista/seven like but without the buttons) around the template using only CSS, I know how ...
0
votes
1answer
2k views
jQuery image grid effect
I have an image sitting on a page that I want to create a grid type overlay (that covers the image with a black fill) which will be partitioned into 50x50 pixels (what ever size, tbh) squares.
The ...
-1
votes
1answer
90 views
iPhone Camera Filter Overllay
I have managed to overlay various things onto the camera view its self, however now I am finding difficulty with overlaying an effect on to the camera, preferably a Gaussian Blur.
How would i go ...
-4
votes
1answer
140 views
How to do this effect
I want to know how to do this effect:
When the user clicks the plus sign on the initial screen (see first screenshot), the list will drop down and plus sign change to minus sign (see seconds ...