Skip to content

Instantly share code, notes, and snippets.

@nextab
Created December 30, 2022 09:55
Show Gist options
  • Select an option

  • Save nextab/6bc4397736c12e43a3875158d90bbe20 to your computer and use it in GitHub Desktop.

Select an option

Save nextab/6bc4397736c12e43a3875158d90bbe20 to your computer and use it in GitHub Desktop.
.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