Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // This will cut down on CSS we have to write!
- // Don't bother understainding it, just trust the process...
- boat-root(selector)
- #{selector}
- animation selector $speed ease-in-out alternate infinite
- @keyframes {selector}
- from
- transform translateX(0px)
- to
- {block}
- boat(selector)
- +boat-root(selector)
- from
- transform translateX(0px)
- to
- {block}
- +boat(sea-Shadow)
- transform translateX(-6px)
Advertisement
Add Comment
Please, Sign In to add comment