Questions tagged as 'efeito'

0
answers

Mouseover effect to spread overlapping icons / images

Hello, on the system I'm working on there are some icons / images (which are div's) that sometimes overlap. This is their correct functioning, they update their positions automatically and sometimes stand on top of each other, but it is necessar...
asked by 25.11.2016 / 14:14
1
answer

Two effects with javascript in one image

I want to put two effects with javascript in an image. the First would make the image appear to appear once and from there it would be glowing frequently. Is it possible? <div id="logo"> <a href="index.html">...
asked by 01.06.2016 / 21:45
1
answer

Transition does not work in class exchange with JavaScript?

I have a dropdown menu made by me that acts with very simple class switching ( block or none ). The script works and updates the classes in the correct way, but it apparently ignores the transition property of the class an...
asked by 16.12.2014 / 07:59
1
answer

How to do an animated and creative loading with CSS3? [closed]

I wanted to do an animated loading like this example here: link     
asked by 17.04.2017 / 00:21
1
answer

How to do an action in jquery expect another one to finish to start?

I'm trying to create a menu where the search bar appears only after the li's of the menu are gone, for that, they recommended me the .delay() function of jquery , but I'm not able to achieve these effects, directly search and...
asked by 24.01.2017 / 14:42
1
answer

Creating a C #

Good afternoon friends, I'm creating a program in C # that should plot the current values of the serial port (arduino) in a picture box. To draw the graph I am creating points (x, y) and linking them forming drawline lines. In this way the graph...
asked by 28.11.2018 / 17:43
2
answers

Scroll effect with opacity works but not with transfform

Good evening, I have this code that works one part and the other not. $(document).on('scroll', function() { /* funciona */ var max_opacity_arrow = 0.3; var min_opacity_arrow = 0.1; var opacity_arrow = max_opacity_arrow * (1 - $...
asked by 28.10.2016 / 23:57
1
answer

Legend Effect with Inherited Text

Next, using CSS3 3 HTML5. I want to make the feature that produces the following effect: I have elements on the screen, when overlapping the arrow on it (hover event) should appear (at the top) text scrolling from the left-> right in a region de...
asked by 05.06.2015 / 01:29