You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The media play icon is built using a background image sprite with the hover state created by offsetting the background position. This solution isn't the easiest to maintain or customise.
Current implementation:
Your environment
v5 Framework
Proposed solution
Recreate the current implementation but use the newly created video play icon, convert the positioning CSS to use relative values instead of px, and add an opacity transition between default and hover states.
Subject of the issue
The media play icon is built using a background image sprite with the hover state created by offsetting the background position. This solution isn't the easiest to maintain or customise.
Current implementation:
Your environment
Proposed solution
Recreate the current implementation but use the newly created video play icon, convert the positioning CSS to use relative values instead of px, and add an opacity transition between default and hover states.
Mock of new implementation:
Dependant on #2688
The text was updated successfully, but these errors were encountered: