dwind/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/dwind-b20a99154f717e9f/out/
transition.rs1pub fn apply_transition_stylesheet () { }
2# [doc (hidden)] pub static DURATION_700_RAW : & str = "transition-duration: 700ms;" ; # [doc = "Generated from css file. Class content:\n`transition-duration: 700ms;\n`\n# Example\n```rust,ignore\nhtml!(\"div\", { .dwclass!(\"duration_700\") });\n```\n"] pub static DURATION_700 : once_cell :: sync :: Lazy < String > = once_cell :: sync :: Lazy :: new (|| { dominator :: class ! { # ! [prefix = "duration_700"] . raw (DURATION_700_RAW) } }) ;
3# [doc (hidden)] pub static DURATION_1000_RAW : & str = "transition-duration: 1000ms;" ; # [doc = "Generated from css file. Class content:\n`transition-duration: 1000ms;\n`\n# Example\n```rust,ignore\nhtml!(\"div\", { .dwclass!(\"duration_1000\") });\n```\n"] pub static DURATION_1000 : once_cell :: sync :: Lazy < String > = once_cell :: sync :: Lazy :: new (|| { dominator :: class ! { # ! [prefix = "duration_1000"] . raw (DURATION_1000_RAW) } }) ;
4# [doc (hidden)] pub static EASE_IN_RAW : & str = "transition-timing-function: cubic-bezier(0.4, 0, 1, 1);" ; # [doc = "Generated from css file. Class content:\n`transition-timing-function: cubic-bezier(0.4, 0, 1, 1);\n`\n# Example\n```rust,ignore\nhtml!(\"div\", { .dwclass!(\"ease_in\") });\n```\n"] pub static EASE_IN : once_cell :: sync :: Lazy < String > = once_cell :: sync :: Lazy :: new (|| { dominator :: class ! { # ! [prefix = "ease_in"] . raw (EASE_IN_RAW) } }) ;
5# [doc (hidden)] pub static EASE_OUT_RAW : & str = "transition-timing-function: cubic-bezier(0, 0, 0.2, 1);" ; # [doc = "Generated from css file. Class content:\n`transition-timing-function: cubic-bezier(0, 0, 0.2, 1);\n`\n# Example\n```rust,ignore\nhtml!(\"div\", { .dwclass!(\"ease_out\") });\n```\n"] pub static EASE_OUT : once_cell :: sync :: Lazy < String > = once_cell :: sync :: Lazy :: new (|| { dominator :: class ! { # ! [prefix = "ease_out"] . raw (EASE_OUT_RAW) } }) ;
6# [doc (hidden)] pub static TRANSITION_COLORS_RAW : & str = "transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 150ms;" ; # [doc = "Generated from css file. Class content:\n`transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;\ntransition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\ntransition-duration: 150ms;\n`\n# Example\n```rust,ignore\nhtml!(\"div\", { .dwclass!(\"transition_colors\") });\n```\n"] pub static TRANSITION_COLORS : once_cell :: sync :: Lazy < String > = once_cell :: sync :: Lazy :: new (|| { dominator :: class ! { # ! [prefix = "transition_colors"] . raw (TRANSITION_COLORS_RAW) } }) ;
7# [doc (hidden)] pub static DURATION_75_RAW : & str = "transition-duration: 75ms;" ; # [doc = "Generated from css file. Class content:\n`transition-duration: 75ms;\n`\n# Example\n```rust,ignore\nhtml!(\"div\", { .dwclass!(\"duration_75\") });\n```\n"] pub static DURATION_75 : once_cell :: sync :: Lazy < String > = once_cell :: sync :: Lazy :: new (|| { dominator :: class ! { # ! [prefix = "duration_75"] . raw (DURATION_75_RAW) } }) ;
8# [doc (hidden)] pub static DURATION_150_RAW : & str = "transition-duration: 150ms;" ; # [doc = "Generated from css file. Class content:\n`transition-duration: 150ms;\n`\n# Example\n```rust,ignore\nhtml!(\"div\", { .dwclass!(\"duration_150\") });\n```\n"] pub static DURATION_150 : once_cell :: sync :: Lazy < String > = once_cell :: sync :: Lazy :: new (|| { dominator :: class ! { # ! [prefix = "duration_150"] . raw (DURATION_150_RAW) } }) ;
9# [doc (hidden)] pub static EASE_IN_OUT_RAW : & str = "transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);" ; # [doc = "Generated from css file. Class content:\n`transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n`\n# Example\n```rust,ignore\nhtml!(\"div\", { .dwclass!(\"ease_in_out\") });\n```\n"] pub static EASE_IN_OUT : once_cell :: sync :: Lazy < String > = once_cell :: sync :: Lazy :: new (|| { dominator :: class ! { # ! [prefix = "ease_in_out"] . raw (EASE_IN_OUT_RAW) } }) ;
10# [doc (hidden)] pub static TRANSITION_ALL_RAW : & str = "transition-property: all;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 150ms;" ; # [doc = "Generated from css file. Class content:\n`transition-property: all;\ntransition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\ntransition-duration: 150ms;\n`\n# Example\n```rust,ignore\nhtml!(\"div\", { .dwclass!(\"transition_all\") });\n```\n"] pub static TRANSITION_ALL : once_cell :: sync :: Lazy < String > = once_cell :: sync :: Lazy :: new (|| { dominator :: class ! { # ! [prefix = "transition_all"] . raw (TRANSITION_ALL_RAW) } }) ;
11# [doc (hidden)] pub static TRANSITION_RAW : & str = "transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 150ms;" ; # [doc = "Generated from css file. Class content:\n`transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;\ntransition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\ntransition-duration: 150ms;\n`\n# Example\n```rust,ignore\nhtml!(\"div\", { .dwclass!(\"transition\") });\n```\n"] pub static TRANSITION : once_cell :: sync :: Lazy < String > = once_cell :: sync :: Lazy :: new (|| { dominator :: class ! { # ! [prefix = "transition"] . raw (TRANSITION_RAW) } }) ;
12# [doc (hidden)] pub static DURATION_300_RAW : & str = "transition-duration: 300ms;" ; # [doc = "Generated from css file. Class content:\n`transition-duration: 300ms;\n`\n# Example\n```rust,ignore\nhtml!(\"div\", { .dwclass!(\"duration_300\") });\n```\n"] pub static DURATION_300 : once_cell :: sync :: Lazy < String > = once_cell :: sync :: Lazy :: new (|| { dominator :: class ! { # ! [prefix = "duration_300"] . raw (DURATION_300_RAW) } }) ;
13# [doc (hidden)] pub static TRANSITION_TRANSFORM_RAW : & str = "transition-property: transform;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 150ms;" ; # [doc = "Generated from css file. Class content:\n`transition-property: transform;\ntransition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\ntransition-duration: 150ms;\n`\n# Example\n```rust,ignore\nhtml!(\"div\", { .dwclass!(\"transition_transform\") });\n```\n"] pub static TRANSITION_TRANSFORM : once_cell :: sync :: Lazy < String > = once_cell :: sync :: Lazy :: new (|| { dominator :: class ! { # ! [prefix = "transition_transform"] . raw (TRANSITION_TRANSFORM_RAW) } }) ;
14# [doc (hidden)] pub static TRANSITION_NONE_RAW : & str = "transition-property: none;" ; # [doc = "Generated from css file. Class content:\n`transition-property: none;\n`\n# Example\n```rust,ignore\nhtml!(\"div\", { .dwclass!(\"transition_none\") });\n```\n"] pub static TRANSITION_NONE : once_cell :: sync :: Lazy < String > = once_cell :: sync :: Lazy :: new (|| { dominator :: class ! { # ! [prefix = "transition_none"] . raw (TRANSITION_NONE_RAW) } }) ;
15# [doc (hidden)] pub static TRANSITION_OPACITY_RAW : & str = "transition-property: opacity;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 150ms;" ; # [doc = "Generated from css file. Class content:\n`transition-property: opacity;\ntransition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\ntransition-duration: 150ms;\n`\n# Example\n```rust,ignore\nhtml!(\"div\", { .dwclass!(\"transition_opacity\") });\n```\n"] pub static TRANSITION_OPACITY : once_cell :: sync :: Lazy < String > = once_cell :: sync :: Lazy :: new (|| { dominator :: class ! { # ! [prefix = "transition_opacity"] . raw (TRANSITION_OPACITY_RAW) } }) ;
16# [doc (hidden)] pub static DURATION_100_RAW : & str = "transition-duration: 100ms;" ; # [doc = "Generated from css file. Class content:\n`transition-duration: 100ms;\n`\n# Example\n```rust,ignore\nhtml!(\"div\", { .dwclass!(\"duration_100\") });\n```\n"] pub static DURATION_100 : once_cell :: sync :: Lazy < String > = once_cell :: sync :: Lazy :: new (|| { dominator :: class ! { # ! [prefix = "duration_100"] . raw (DURATION_100_RAW) } }) ;
17# [doc (hidden)] pub static DURATION_500_RAW : & str = "transition-duration: 500ms;" ; # [doc = "Generated from css file. Class content:\n`transition-duration: 500ms;\n`\n# Example\n```rust,ignore\nhtml!(\"div\", { .dwclass!(\"duration_500\") });\n```\n"] pub static DURATION_500 : once_cell :: sync :: Lazy < String > = once_cell :: sync :: Lazy :: new (|| { dominator :: class ! { # ! [prefix = "duration_500"] . raw (DURATION_500_RAW) } }) ;
18# [doc (hidden)] pub static DURATION_200_RAW : & str = "transition-duration: 200ms;" ; # [doc = "Generated from css file. Class content:\n`transition-duration: 200ms;\n`\n# Example\n```rust,ignore\nhtml!(\"div\", { .dwclass!(\"duration_200\") });\n```\n"] pub static DURATION_200 : once_cell :: sync :: Lazy < String > = once_cell :: sync :: Lazy :: new (|| { dominator :: class ! { # ! [prefix = "duration_200"] . raw (DURATION_200_RAW) } }) ;
19# [doc (hidden)] pub static DURATION_0_RAW : & str = "transition-duration: 0s;" ; # [doc = "Generated from css file. Class content:\n`transition-duration: 0s;\n`\n# Example\n```rust,ignore\nhtml!(\"div\", { .dwclass!(\"duration_0\") });\n```\n"] pub static DURATION_0 : once_cell :: sync :: Lazy < String > = once_cell :: sync :: Lazy :: new (|| { dominator :: class ! { # ! [prefix = "duration_0"] . raw (DURATION_0_RAW) } }) ;
20# [doc (hidden)] pub static TRANSITION_SHADOW_RAW : & str = "transition-property: box-shadow;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 150ms;" ; # [doc = "Generated from css file. Class content:\n`transition-property: box-shadow;\ntransition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\ntransition-duration: 150ms;\n`\n# Example\n```rust,ignore\nhtml!(\"div\", { .dwclass!(\"transition_shadow\") });\n```\n"] pub static TRANSITION_SHADOW : once_cell :: sync :: Lazy < String > = once_cell :: sync :: Lazy :: new (|| { dominator :: class ! { # ! [prefix = "transition_shadow"] . raw (TRANSITION_SHADOW_RAW) } }) ;
21# [doc (hidden)] pub static EASE_LINEAR_RAW : & str = "transition-timing-function: linear;" ; # [doc = "Generated from css file. Class content:\n`transition-timing-function: linear;\n`\n# Example\n```rust,ignore\nhtml!(\"div\", { .dwclass!(\"ease_linear\") });\n```\n"] pub static EASE_LINEAR : once_cell :: sync :: Lazy < String > = once_cell :: sync :: Lazy :: new (|| { dominator :: class ! { # ! [prefix = "ease_linear"] . raw (EASE_LINEAR_RAW) } }) ;
22pub struct TransitionCssVariables { } impl TransitionCssVariables { pub fn to_style_sheet_raw (self) -> String { let mut out : Vec < String > = vec ! [] ; out . clear () ; out . join ("\n") } }