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
In _layout.sass, we define a .loading class that uses an SVG <animateTransform> element. This causes the following warning in Chrome: SVG's SMIL animations (<animate>, <set>, etc.) are deprecated and will be removed. Please use CSS animations or Web animations instead.
Baseframe should remove the SVG animation and specify a CSS animation within the class.
The text was updated successfully, but these errors were encountered:
In
_layout.sass
, we define a.loading
class that uses an SVG<animateTransform>
element. This causes the following warning in Chrome:SVG's SMIL animations (<animate>, <set>, etc.) are deprecated and will be removed. Please use CSS animations or Web animations instead.
Baseframe should remove the SVG animation and specify a CSS animation within the class.
The text was updated successfully, but these errors were encountered: