Questions tagged [visual-effects]

36 questions
8
votes
0 answers

The best way to change favicon in browser

Possible Duplicate: Changing website favicon dynamically How is it possible to create a loading effect on tab (favicon) in gmail way. When I click something which needs use AJAX, gmail shows a nice loading circle in tab or title bar of the…
sennin
  • 8,552
  • 10
  • 32
  • 47
4
votes
4 answers

Mask that blurs content behind it

As a purely aesthetical design thing, I'm wondering if it's possible to have an element with a non-opaque background blur out the content behind it. More specifically, when I have a modal box appear (as part of my custom alert/confirm/prompt setup),…
Niet the Dark Absol
  • 320,036
  • 81
  • 464
  • 592
4
votes
3 answers

Javascript: sepia or duotone image effects?

Are there any reasonably easy to use JS frameworks/libraries for image effects, that would allow me to like converting an image (or part of an image) to b/w, sepia or duotone? Or, for example, that would allow me to overlap images and use blending…
Benjamin Allison
  • 2,134
  • 3
  • 30
  • 55
4
votes
1 answer

Where can I find a JAVA library of visual effects and image manipulation?

I'm looking for to create an android app, and need to find a library of visual effects. For instance: - starting with a blank canvas (1) user draws a geometrical shape and everything in the shape changes color, (2) user splits the screen and the…
3
votes
1 answer

slideup and slidedown with damper effect

Is there a jQuery add on that has slideUp and slideDown effects with damper effect? That is, the change of size starts with a rather quick speed, and slows down towards the end of the movement.
sawa
  • 165,429
  • 45
  • 277
  • 381
2
votes
3 answers

slide effect with jquery

I'd like to create a slide effect using jQuery. I have several div's:
content currently displayed
greg
  • 696
  • 1
  • 9
  • 16
1
vote
2 answers

iOS - How can I perform the visual effects like Clear app?

I was wondering how can I make visual effects like the ones in the Clear app or the one you can perform in the Twitter app on iPad (by pinching between two rows in a tableview) ? Thanks a lot for your answers.
Dabrut
  • 862
  • 1
  • 10
  • 25
1
vote
1 answer

Visual Effects Graph - My tornado becomes a sinusoidal wall instead of rotating in a conical, tornado-like shape

OBJECTIVE I am making my first Visual Effects Graph effect. I want to create a tornado. WHERE I AM I managed to get the particles to spin in a tubular shape: Here is my graph: PROBLEM I can't get them to spin in a conical shape. WHAT I TRIED I…
1
vote
2 answers

Make UITableViewCell flash briefly

I have a UITableView set-up and I am exploring all the different options of highlighting the UITableViewCell and I was wondering the following: func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell { …
Ctibor Šebák
  • 133
  • 1
  • 14
1
vote
1 answer

How do the numbers and letters differ in hexadecimal colours?

I had a look at how hexadecimal colour codes work, for the most part, it seems pretty simple. But one thing I don't understand. If I have the code #37136F, how does the 6 and the F work together? Does this mean that the two number values are added…
skillz21
  • 154
  • 10
1
vote
0 answers

element decelerateinterpolator must be declared error

I tried to create a decelerateInterpolator as in the example from Android Doc to declare a decelerateInterpolator: EXAMPLE: XML file saved at res/anim/my_overshoot_interpolator.xml:
learning_frog
  • 305
  • 1
  • 3
  • 14
1
vote
0 answers

Blurred modal UITableViewController transparent only during transition?

In iOS9 I am presenting a UITableViewController modally over current context and at viewWillAppear I am blurring it like this: self.tableView.backgroundColor = [UIColor clearColor]; UIBlurEffect *blurEffect = [UIBlurEffect…
Fabrizio Prosperi
  • 1,398
  • 4
  • 18
  • 32
1
vote
1 answer

how to scale all the compositions in a after effects project?

I have a after effects template whose preset is 1920*1080 , but I need the output to be in 20 * 8 sq feet. How can I change the whole project composition settings to fit the screen ? I tried to scale the project by using "File -> scripts -> scale…
sirushti
  • 47
  • 1
  • 11
1
vote
1 answer

Add a "clicked effect" in my ImageView

I am creating a game for Android where the player has the choice to pick some dice from the board. Is there a way to add a small visual effect that can inform the player which dice has he choose? Each ImageView have a listener already. The Pic of…
1
vote
1 answer

Python, disable Windows 7 Visual Effects (under the performance menu)

I've looked around, and I found this: http://msdn.microsoft.com/en-us/library/windows/desktop/ms724947(v=vs.85).aspx The menu is located here: Right click my computer, properties, advanced system settings, advanced tab, performance -> settings That…
Adam Saunders
  • 330
  • 1
  • 4
  • 14
1
2 3