We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc878ad commit a45e3b0Copy full SHA for a45e3b0
components/style/properties/properties.mako.rs
@@ -2974,12 +2974,14 @@ pub mod style_structs {
2974
2975
/// Returns whether there is any named progress timeline specified with
2976
/// scroll-timeline-name other than `none`.
2977
+ #[cfg(feature = "gecko")]
2978
pub fn specifies_scroll_timelines(&self) -> bool {
2979
self.scroll_timeline_name_iter().any(|name| !name.is_none())
2980
}
2981
2982
2983
/// view-timeline-name other than `none`.
2984
2985
pub fn specifies_view_timelines(&self) -> bool {
2986
self.view_timeline_name_iter().any(|name| !name.is_none())
2987
0 commit comments