Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hijinx capabilities #2

Open
gingersoulrecords opened this issue May 16, 2023 · 0 comments
Open

Hijinx capabilities #2

gingersoulrecords opened this issue May 16, 2023 · 0 comments

Comments

@gingersoulrecords
Copy link
Owner

A starter list for what hijinx is capable of doing, listed by tier.

Free tier

JavaScript basics

  • <if> and <else> tags that evaluate a condition, like
<if>
  <condition>
    <targets>p</targets>
    <length>3</length>
  </condition>
  
  <then>
    <css>
      <targets>p</targets>
      <color>red</color>
    </css>
  </then>

  <else>
    <css>
      <targets>p</targets>
      <color>blue</color>
    </css>
   </else>
</if>

jQuery methods

Pro tier - $49

matchHeight

Agency tier - $99

GSAP

@gingersoulrecords gingersoulrecords changed the title Hijinx capabilitiei Hijinx capabilities May 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant