I’ve a pull down with 6 check boxes in three categories. They do working as a multiple filter on 25 containers on my canvas.
On click these containers (each is a symbol) fade in and out based on what was choosen.
Doing this for only one category was easy via separate timelines. But now they should be working as multiple filter.
Since there where so many cases i was looking for a better solution using javascript or jquery.
I’ve found tagsort and it looks great. But how hard would it be to control my symbols with that script?
I imagine it would be pretty easy to use this script with Hype. You can attach classes to elements from the Identity inspector. They use a custom attribute; you could either put these items in the inner html of an element, or perhaps more easier write code that attaches this. You’d run it on scene load; it would look something like:
I’m surprised there’s not some sort of general reset function or button that could be called. Was there a reason you wanted to use persistent symbols instead of regular divs?
Hey, sorry to reply so late. I wrote that plugin and if it might still be helpful, I just added in a reset option that allows you to specify any element that will reset all the tags and redisplay elements when clicked.
Probably not still relevant, but thought it was worth mentioning.