| Server IP : 170.10.161.225 / Your IP : 216.73.216.78 Web Server : Apache System : Linux vps103298.mylogin.co 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64 User : calvet ( 273824) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : ON Directory : /home/www/calvetrealty.com/wp-content/plugins/readabler/sass/includes/ |
Upload File : |
/** Entrance animations. */
&.mdp-entrance-bounce
animation-fill-mode: both
animation-name: readabler-bounce
animation-duration: .6s
animation-delay: var(--readabler-btn-delay)
&.mdp-entrance-fade
animation-fill-mode: both
animation-name: readabler-fade
animation-duration: .6s
animation-delay: var(--readabler-btn-delay)
&.mdp-entrance-flip-x
animation-fill-mode: both
animation-name: readabler-flip-x
animation-duration: .8s
animation-delay: var(--readabler-btn-delay)
backface-visibility: visible !important
&.mdp-entrance-flip-y
animation-fill-mode: both
animation-name: readabler-flip-y
animation-duration: .8s
animation-delay: var(--readabler-btn-delay)
backface-visibility: visible !important
&.mdp-entrance-scale
animation-fill-mode: both
animation-name: readabler-scale
animation-duration: .4s
animation-delay: var(--readabler-btn-delay)
&.mdp-entrance-wobble
animation-fill-mode: both
animation-name: readabler-wobble
animation-duration: .5s
animation-delay: var(--readabler-btn-delay)
backface-visibility: visible !important
&.mdp-entrance-rotate
animation-fill-mode: both
animation-name: readabler-rotate
animation-duration: .8s
animation-delay: var(--readabler-btn-delay)
/** Hover animations. */
&.mdp-hover-bounce,
&.mdp-hover-fade,
&.mdp-hover-flip-x,
&.mdp-hover-flip-y,
&.mdp-hover-scale,
&.mdp-hover-rotate,
&.mdp-hover-wobble
button:hover span
animation-fill-mode: both
&:nth-child(2)
animation-delay: .1s
&.mdp-hover-bounce
button:hover span
animation-name: readabler-bounce
animation-duration: .6s
&.mdp-hover-fade
button:hover span
animation-name: readabler-fade
animation-duration: .6s
&.mdp-hover-flip-x
button:hover span
animation-name: readabler-flip-x
animation-duration: .8s
backface-visibility: visible !important
&.mdp-hover-flip-y
button:hover span
animation-name: readabler-flip-y
animation-duration: .8s
backface-visibility: visible !important
&.mdp-hover-scale
button:hover span
animation-name: readabler-scale
animation-duration: .4s
&.mdp-hover-rotate
button:hover span
animation-name: readabler-rotate
animation-duration: .5s
&.mdp-hover-wobble
button:hover span
animation-name: readabler-wobble
animation-duration: .5s
backface-visibility: visible !important