Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autoplay #1

Open
Salitehkat opened this issue Sep 5, 2018 · 1 comment
Open

Autoplay #1

Salitehkat opened this issue Sep 5, 2018 · 1 comment

Comments

@Salitehkat
Copy link

HI, thanks so much for this script-Please, is there any way to make it autoplay?
Ive been trying and as I am zero expert I cant figure it out.

I need It to flip continous, and each time it flips it changes the picture. Ive applied this css animation instead:

``@-webkit-keyframes spinner2 {
from {
-webkit-transform: rotateY(0deg);
}
to {
-webkit-transform: rotateY(180deg);
}
}

.animateLinear{
-webkit-animation-name: spinner2;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
-webkit-animation-duration: 5s;

animation-name: spinner2;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-duration: 5s;

}``

but still you can see a little jump.

Thanks so much for any help and hope its not too much bother.

@dwsiddall
Copy link

I also wish to have this auto-flip on a timer. Can you kindly answer this issue for both of us?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants