Questions tagged as 'transition'

1
answer

Rotate objects around the specific CSS axis

I would like to know how to rotate an object (div) around the axis of another object (another div). My problem is this: I have a larger circle and 5 smaller circles located in the part below them, each circle is a div. Ineedtoclickonanyofthe...
asked by 01.07.2016 / 15:27
3
answers

Css3 stop after finishing the rotation?

I'm using transform: rotate(90deg) to run div when I put the mouse over it. Once the retreat, it returns to the starting position. Is there any way to stop it? I have my code like this .openn{ transition: transform 0.5s ea...
asked by 25.10.2017 / 17:54
2
answers

transition does not work in Javascript

The 'transition' option does not work in this code What is wrong? If you can explain where I went wrong I wanted it to come up slowly <!DOCTYPE html> <html> <head> <title>teste</title> <style...
asked by 18.08.2017 / 21:58
2
answers

How to add the animation to the top of the page using the easings library?

The search for effects to add on a button "Back to Top" found this jQuery library that uses CSS transition , SCSS and jQuery itself to make animations, but I could not add them to the top button, does anyone know? Or do you know of another of t...
asked by 13.10.2017 / 15:57
1
answer

Materialize 1.0.0-beta (CSS Transitions)

I'm new to the front end in general, I have basic knowledge of html and css, I'd like to use materialize and understand this function here. link As I try to use these codes on the page only I can not use the Toggle Scale on my page <...
asked by 02.04.2018 / 01:06
1
answer

Transitions, Effects for WinForms .NET

How to get the effects of fade-in and out, transitions, moves, and so on, in forms and their controls in VB.NET, natively or with FrameWorks?     
asked by 28.04.2015 / 14:37
1
answer

How to perform a "back" transition using the Vue Router?

I'm making a simple transition in a webapp (using animate.css), where the user clicks a button and the current component exits the screen from the left and the other component comes from right to left. But when I return to my initial component,...
asked by 25.09.2018 / 23:50
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

Automatic image transition in the slider with css

Good morning, I'm new to Imasters and the development part in general and I have a very simple question, do not judge kkk I created this slider described below and I can not do the automatic swapping of images. For example, every 3 seconds...
asked by 04.10.2018 / 13:47
1
answer

menu trasfer effect does not work in chrome in firefox works normal

This is the CSS code: *{ margin:0; padding:0; } header{ margin-top:10px; } nav{ margin:0px auto; max-width:1000px; width:100%; } nav ul { list-style:none; } nav > ul { display:table; overflow:hidden; width:100%; background:#E8E8E8; p...
asked by 11.01.2018 / 01:59