-
Notifications
You must be signed in to change notification settings - Fork 456
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
Effect kenburns reverse #180
Comments
If the built-in transitions don't fit your project. You can do your own CSS transition / animation. |
No, I only need the option for "reverse"!
Like "zoomIn" and "ZoomOut" but for kenburns and only for one picture.
$("#example, body").vegas({
animationDuration: 10000,
animation: 'kenburnsDownRight',
slides: [
{ src: "files/header_0.jpg" },
]
});
Am Di., 18. Sep. 2018 um 15:23 Uhr schrieb Jay Salvat <
[email protected]>:
… If the built-in transitions don't fit your project. You can do your own
CSS transition / animation.
http://vegas.jaysalvat.com/documentation/transitions/
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#180 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ApXjkDx5xHHbkNERlPqCoqV5uUv8CtFUks5ucPPdgaJpZM4Wt3WT>
.
|
There is no reverse option for transition.
…__
Jay Salvat
http://www.jaysalvat.com
Le 18 sept. 2018 à 19:42, wolfman70 ***@***.***> a écrit :
No, I only need the option for "reverse"!
Like "zoomIn" and "ZoomOut" but for kenburns and only for one picture.
$("#example, body").vegas({
animationDuration: 10000,
animation: 'kenburnsDownRight',
slides: [
{ src: "files/header_0.jpg" },
]
});
Am Di., 18. Sep. 2018 um 15:23 Uhr schrieb Jay Salvat <
***@***.***>:
> If the built-in transitions don't fit your project. You can do your own
> CSS transition / animation.
> http://vegas.jaysalvat.com/documentation/transitions/
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#180 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/ApXjkDx5xHHbkNERlPqCoqV5uUv8CtFUks5ucPPdgaJpZM4Wt3WT>
> .
>
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How can I reverse a Kenburn effect? With the same graphics !
with loop
(zoom-out -> zoom-in -> zoom-out)
The text was updated successfully, but these errors were encountered: