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.

1053 questions
-1
votes
1 answer

Effect Vertical Slide (name unknown)

most of you know the effect of vertical sliders. For example your music-library in iTunes: you have the artist and with a vertical slide (direction is to the right) you'll get his albums. I hope it is clear, which effect i mean ;) (sorry for my bad…
-1
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
  • 553
  • 1
  • 7
  • 26
-1
votes
1 answer

Is there an alternative to placing images in the source?

I've been studying this page on the Tesla Motors website, because it has some really remarkably cool and sophisticated JavaScript/CSS effects which I'm trying to understand. Scroll down and you'll see what I'm talking about as you scroll. However,…
temporary_user_name
  • 35,956
  • 47
  • 141
  • 220
-1
votes
2 answers

Two jQuery effect with one click

im trying to make a template with jQuery accordion. i just need to open 2 different div with 2 different effect with one click. My Codes: jQuery: $(document).ready(function() { $('div.question').click(function() { …
Alireza
  • 1,048
  • 5
  • 18
  • 36
-2
votes
2 answers

How to add a Gradient point with CSS in the background?

Is it possible using just HTML and CSS to create a gradient dot in the background? This should be quite easy to do with the IMG, but is there also a pure CSS variant? Example Thanks! :)
Andreas
  • 39
  • 1
  • 7
-2
votes
1 answer

Is there something missing in order to hide with if statement

I got 3 cards, class"cards", also gave them class "1card, 2card, 3card". When i am trying to put this code in doesn't work why? i want the first card to be hidden once i click on 2nd and 3d card $(".cards").on("click", function(){ if…
-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
  • 2
  • 7
  • 20
-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
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,939
  • 4
  • 22
  • 40
-3
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,304
  • 2
  • 35
  • 50
-3
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
  • 47
  • 4
-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,689
  • 9
  • 35
  • 53
-4
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,462
  • 4
  • 32
  • 64
-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…
Axel Stone
  • 1,521
  • 4
  • 23
  • 43
1 2 3
70
71