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

CubeEffect Animation Delay & Bouncing Animation #170

Open
cemreceyhan opened this issue Sep 17, 2024 · 0 comments
Open

CubeEffect Animation Delay & Bouncing Animation #170

cemreceyhan opened this issue Sep 17, 2024 · 0 comments

Comments

@cemreceyhan
Copy link

cemreceyhan commented Sep 17, 2024

I disable Bouncing Effect and change animation for cubeeffect with override css like this:

#zuck-modal.with-cube #zuck-modal-content {
transform: scale(0.95) !important;
}
#zuck-modal.with-cube .slider {
transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1) !important;
}

#zuck-modal.with-cube .slider > .previous,
#zuck-modal.with-cube .slider > .viewing,
#zuck-modal.with-cube .slider > .next {
transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1) !important;
}

I tried to make it look like it was happening faster by changing the animation type.
But I cant change Animation Speed with css. It wont work. Is there any option the change animation speed?

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

1 participant