Skip to content

List of supported animation? Fade-in, fade-out... #89

Description

@01Kuzma

Hi!
The docs are not filled till the end. It's impossible to find supported animations.

Where I could check the list of currently supported animations?

For now, as for example, I need slide-in, slide-out animations. How it could be achieved?

I create animations in such way, if it does make sense:

   <Animated.div className="layer"                          
       style={{                    
          transform: [
            {scale: this.state.animation},
            {rotate: this.state.spinning.interpolate({
               inputRange: [1, 2], outputRange: ['0deg', '1800deg']
                 })}
              ], 
             opacity: this.state.fadeAnim,
             animation: this.state.easining
          }}>    
   </Animated.div>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions