Created
December 30, 2022 09:55
-
-
Save nextab/6bc4397736c12e43a3875158d90bbe20 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .et_pb_section.wavey > div[class*="_inside_divider"] { | |
| animation:scaleAnimation 4s infinite;animation-timing-function:cubic-bezier(.36,.45,.63,.53) | |
| } | |
| @keyframes scaleAnimation{ | |
| 0%,to { transform:scale(1,1) } | |
| 50% { transform:scale(1,1.4)} | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment