Questions tagged as 'animate'

2
answers

Is it possible to do this with CSS?

As shown in the video below, Sony Spherize makes it look like the character in the photo is "breathing", is there any way to do the same, or simulate something like CSS? Linktovideo: link Or would it be better to create a GIF of t...
asked by 21.12.2016 / 01:13
0
answers

How to do python only read the file when it is complete

I'm doing a program that reads a .txt file that updates itself in the execution of another program in fortran and creates a real-time animation of the temperature map of a board, however it is giving an error because the fortran is updating the...
asked by 31.08.2018 / 15:29
3
answers

Delimit area animate Jquery

I would like to move the doll and it stays just inside the div, when it hits the line that delimits the square, it stops and can not go beyond. $(document).ready(function(){ $(document).keydown(function(x){ if(x.whi...
asked by 01.01.2017 / 20:10
1
answer

Get Off "Scroll" Slow and Automatic Page with JavaScript

I have a page that shows some information on a monitor that will not have human intervention (it will not have user manipulating the page), it will only be on display. But the content that is too large and need the page to go down by itself to s...
asked by 01.02.2018 / 20:45
1
answer

Animation with animate css3

I'm putting together an animation with animate css3 .img-minibox{ height:auto; max-height: 200px; overflow: hidden; } ul{ list-style-type: none; margin-left:-40px; } ul li{ float:left; } <script src="https://ajax.googl...
asked by 28.10.2016 / 17:17
1
answer

Library animate and wow css

Personally I have an img with 2 animations, but I want only one to be continuous, to apply the animation several times, once the animation starts, fadeIn is applied with 1.5s of delay and 3s in 3s applies the pulse without stopping . In the para...
asked by 21.09.2017 / 20:31
1
answer

ANIMATEDTEXT deleting all other components of the activity and how to do it in TextViews?

I can not get this animation to run in my TextViews, other than the same animation (animation) without any TextView or anything like that in my activity: Look,eventhoughIaddcomponentstomyactivity,theyaddupatexecution: TypeWriter.class: pack...
asked by 26.03.2017 / 20:13
0
answers

Element animation when changing JSON (HTML + css + jquery)

I need to insert, delete and change the order of elements (div for example) with some basic animation effect when changing data from an updated JSON every x seconds via Ajax. From this point, I need the data to come from a JSON :: link I...
asked by 15.07.2018 / 02:04
1
answer

Jquery window.scroll can not repeat

Hello, When I scroll, the function executes normally, but keeps repeating every time I continue with the mouse scroll. I would like to know how to make it run only once. I'm doing this: $(window).scroll(function () { var scrollTop =...
asked by 15.03.2018 / 21:43
2
answers

jQuery "animate ()" does not work

I'm trying to make a relatively basic effect with the jQuery animate, but it just does not work. The effect in question would be to decrease the margin-top for the element to rise slightly. Note: if I enter an alert instead of the animate in the...
asked by 09.03.2018 / 13:23