SAG-AFTRA

Nominations
January 8, 2025
Voting Opens
January 15, 2025
Awards Show
February 23, 2025
Latest News From AwardsWatch

There are currently no posts from AwardsWatch.com for

SAG-AFTRA

.

Check back soon for the latest insights!

No items found.
KEY Dates
Nominations
January 8, 2025
Voting Opens
January 15, 2025
Awards Show
February 23, 2025

Outstanding Action Performance by a Stunt Ensemble in a Motion Picture

Outstanding Action Performance by a Stunt Ensemble in a Television Series

Outstanding Performance by a Cast in a Motion Picture

Outstanding Performance by a Female Actor in a Comedy Series

Outstanding Performance by a Female Actor in a Drama Series

Outstanding Performance by a Female Actor in a Leading Role

Outstanding Performance by a Female Actor in a Supporting Role

Outstanding Performance by a Female Actor in a Television Movie or Limited Series

Outstanding Performance by a Male Actor in a Comedy Series

Outstanding Performance by a Male Actor in a Drama Series

Outstanding Performance by a Male Actor in a Leading Role

Outstanding Performance by a Male Actor in a Supporting Role

Outstanding Performance by a Male Actor in a Television Movie or Limited Series

Outstanding Performance by an Ensemble in a Comedy Series

Outstanding Performance by an Ensemble in a Drama Series

Nominations Coming Soon!

Nominations will be announced

January 8, 2025

Official nominations haven’t been announced yet, but check back soon for updates on the categories and contenders!

First step, create the FAQ accordion structure.

Basically, you can design anything that you can ever imagine. The main thing here is to have a parent container and two child elements. One for the FAQ question and another for FAQ answer. The child element for FAQ answer should be set to overflow: hidden and transform-origin set to top mid.

Next, setup the interactions.

Depending on how fancy you want it to be but the concept here is to apply the interaction to the parent element. Use 'Mouse Click' interaction to resize the height of FAQ answer element. Initial state should be set to height: 0px. On first click, resize to height: auto and on second click, resize to height: 0px.

To make the other items auto collapse, add in custom script.

The first two steps pretty much got the main function works. As for the auto collapse, copy the code from the page custom code section before tag and paste into your project. Voila, that's all and you're good to go.