You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: