pub enum TransitionStyle {
Split,
Blinds,
Box,
Wipe,
Dissolve,
Glitter,
R,
Fly,
Push,
Cover,
Uncover,
Fade,
}
Expand description
A kind of page transition.
Variants§
Split
Split the slide down the middle.
Blinds
Multiple lines roll up the slide.
Box
The new slide is revealed in a growing box.
Wipe
Single line that sweeps across the slide.
Dissolve
Slide dissolves gradually.
Glitter
Like dissolve, but starts on one side.
R
No effect.
Fly
Changes are flown in. PDF 1.5+.
Push
Old page slides out, new page slides in. PDF 1.5+.
Cover
New page slides in to cover the old one. PDF 1.5+.
Uncover
Old page slides out to uncover the new one. PDF 1.5+.
Fade
A cross-fade. PDF 1.5+.
Trait Implementations§
source§impl Clone for TransitionStyle
impl Clone for TransitionStyle
source§fn clone(&self) -> TransitionStyle
fn clone(&self) -> TransitionStyle
Returns a copy of the value. Read more
1.6.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for TransitionStyle
impl Debug for TransitionStyle
source§impl Hash for TransitionStyle
impl Hash for TransitionStyle
source§impl PartialEq for TransitionStyle
impl PartialEq for TransitionStyle
impl Copy for TransitionStyle
impl Eq for TransitionStyle
impl StructuralPartialEq for TransitionStyle
Auto Trait Implementations§
impl Freeze for TransitionStyle
impl RefUnwindSafe for TransitionStyle
impl Send for TransitionStyle
impl Sync for TransitionStyle
impl Unpin for TransitionStyle
impl UnwindSafe for TransitionStyle
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)