Most voted "effect" questions
13 questions
Sort by count of
-
3
votes1
answer110
viewsWriting effect in Javascript
I have a writing effect code, but it only works when updating the page, I wanted it to run automatically, someone can give a strength? Below is the code. what I need to change or add to make it…
-
2
votes0
answers77
viewsMouseover effect to spread superimposed icons/images
Hello, on the system I am working on there are some icons/images (which are div’s) that are sometimes superimposed. This is the correct functioning of them, they update their positions automatically…
-
1
votes1
answer613
viewsTwo effects with javascript in an image
I want to place two javascript effects on an image. The first would cause the image to appear once and from there it would shine often. It is possible? <div id="logo"> <a…
-
1
votes1
answer632
viewsJquery animation to change text of a div
I have a responsive layout and one of the elements of a ROW is a text/paragraph that I want you to exchange every 5 seconds for another paragraph, for example. I have the following function to move…
-
0
votes1
answer187
viewsDoes Transition not work with Javascript?
I have a dropdown menu made by me that acts with very simple class exchange(block or none). The script works and updates classes in the right way, but apparently it ignores the property transition…
-
0
votes1
answer149
viewsSubtitle effect with inherited text
Next, using CSS3 3 HTML5. I want to make the resource that produces the following effect: I have elements on the screen, when superimposing the arrow on it (Hover event) should appear (at the top)…
-
0
votes1
answer108
viewsHow to Do an Animated and Creative Loading with CSS3?
I wanted to do an animated loading like this example here: https://dribbble.com/shots/963799-Animation-Loading-gif…
-
0
votes2
answers59
viewsScroll effect with opacity works but with transfform does not
Good evening, I have this code that works one part and the other part does not. $(document).on('scroll', function() { /* funciona */ var max_opacity_arrow = 0.3; var min_opacity_arrow = 0.1; var…
-
0
votes1
answer868
viewsHow to do an action in jquery wait for another to finish to start?
I am trying to create a menu where the search bar appears only after the li's of the menu vanish, for that, I recommended the function .delay() of jquery, but I am not able to realize these effects,…
-
0
votes1
answer361
viewsGraphic creation c#
Good afternoon friends, I am creating a program in c# that should plot in a graph the current values of the serial port (Arduino) in a picture box. To draw the graph I am creating points(x,y) and…
-
0
votes1
answer29
viewsAdd a delay to the Buzz Out animation after each loop
Hello, I’m trying to put a delay in my Buzz out animation after each loop, I’m applying it in a text, which is inside the p tag. I’ve looked for several answers and most of them say to put the first…
-
0
votes1
answer23
viewsHide contact items in burger menu
I need to hide the contact items (facebook, github and Linkedin) in the burger menu. However the effect does not apply to them, only to the menu text. I need everything on the menu to hide and only…
-
-1
votes1
answer244
viewsCSS inverted curtain effect
Good Basically I want to do the curtain effect backwards, I’ll make it clear in the prints! When the person passes ( on Hover ) I wish I had a darker curtain and that went up, that is to say I would…