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
I changed my default-bracket.css file back to the way the css selector was setup in v3.11 ... and it's working for me ... but I'm assuming there was a intent to using the animated class ...
//.sdk.default-bracket .animated { position:absolute; max-width:100%; min-width:100%; -webkit-animation: bracketAnimation 5s linear infinite !important; animation: bracketAnimation 5s linear infinite !important;}
//.sdk.default-bracket .animated{ position:absolute; max-width:100%; min-width:100%; -webkit-animation: bracketAnimationR 5s linear infinite !important; animation: bracketAnimationR 5s linear infinite !important;}
.sdk.default-bracket > .column .bar .bar{ position:absolute; max-width:100%;min-width:100%; -webkit-animation: bracketAnimation 5s linear infinite !important; animation: bracketAnimation 5s linear infinite !important;}
.sdk.default-bracket > .column ~ .column .bar .bar{ position:absolute; max-width:100%; min-width:100%; -webkit-animation: bracketAnimationR 5s linear infinite !important; animation: bracketAnimationR 5s linear infinite !important; }
The text was updated successfully, but these errors were encountered:
I changed my default-bracket.css file back to the way the css selector was setup in v3.11 ... and it's working for me ... but I'm assuming there was a intent to using the animated class ...
The text was updated successfully, but these errors were encountered: