????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 3.144.100.199 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/www.astacus.se/wp-content/themes/x/framework/css/src/site/_scss/ |
Upload File : |
// ============================================================================= // _ANIMATE.SCSS // ----------------------------------------------------------------------------- // Site styles. // ============================================================================= // ============================================================================= // TABLE OF CONTENTS // ----------------------------------------------------------------------------- // 01. Base Styles // 02. Animations // a. Attention Seekers // b. Bouncing Entrances // c. Bouncing Exits // d. Fading Entrances // e. Fading Exits // f. Flippers // g. Lightspeed // h. Rotating Entrances // i. Rotating Exits // j. Sliding Entrances // k. Sliding Exits // l. Specials // m. Zooming Entrances // n. Zooming Exits // ============================================================================= // Base Styles // ============================================================================= @import "animate/base"; // Animations // ============================================================================= // // Attention seekers. // // @import "animate/attention_seekers/bounce"; // @import "animate/attention_seekers/flash"; @import "animate/attention_seekers/jello"; @import "animate/attention_seekers/pulse"; @import "animate/attention_seekers/rubberBand"; // @import "animate/attention_seekers/shake"; @import "animate/attention_seekers/swing"; @import "animate/attention_seekers/tada"; @import "animate/attention_seekers/wobble"; // // Bouncing entrances. // @import "animate/bouncing_entrances/bounceIn"; @import "animate/bouncing_entrances/bounceInDown"; @import "animate/bouncing_entrances/bounceInLeft"; @import "animate/bouncing_entrances/bounceInRight"; @import "animate/bouncing_entrances/bounceInUp"; // // Bouncing exits. // // @import "animate/bouncing_exits/bounceOut"; // @import "animate/bouncing_exits/bounceOutDown"; // @import "animate/bouncing_exits/bounceOutLeft"; // @import "animate/bouncing_exits/bounceOutRight"; // @import "animate/bouncing_exits/bounceOutUp"; // // Fading entrances. // @import "animate/fading_entrances/fadeIn"; @import "animate/fading_entrances/fadeInDown"; // @import "animate/fading_entrances/fadeInDownBig"; @import "animate/fading_entrances/fadeInLeft"; // @import "animate/fading_entrances/fadeInLeftBig"; @import "animate/fading_entrances/fadeInRight"; // @import "animate/fading_entrances/fadeInRightBig"; @import "animate/fading_entrances/fadeInUp"; // @import "animate/fading_entrances/fadeInUpBig"; // // Fading exits. // // @import "animate/fading_exits/fadeOut"; // @import "animate/fading_exits/fadeOutDown"; // @import "animate/fading_exits/fadeOutDownBig"; // @import "animate/fading_exits/fadeOutLeft"; // @import "animate/fading_exits/fadeOutLeftBig"; // @import "animate/fading_exits/fadeOutRight"; // @import "animate/fading_exits/fadeOutRightBig"; // @import "animate/fading_exits/fadeOutUp"; // @import "animate/fading_exits/fadeOutUpBig"; // // Flippers. // @import "animate/flippers/flip"; @import "animate/flippers/flipInX"; @import "animate/flippers/flipInY"; // @import "animate/flippers/flipOutX"; // @import "animate/flippers/flipOutY"; // // Lightspeed. // // @import "animate/lightspeed/lightSpeedIn"; // @import "animate/lightspeed/lightSpeedOut"; // // Rotating entrances. // @import "animate/rotating_entrances/rotateIn"; @import "animate/rotating_entrances/rotateInDownLeft"; @import "animate/rotating_entrances/rotateInDownRight"; @import "animate/rotating_entrances/rotateInUpLeft"; @import "animate/rotating_entrances/rotateInUpRight"; // // Rotating exits. // // @import "animate/rotating_exits/rotateOut"; // @import "animate/rotating_exits/rotateOutDownLeft"; // @import "animate/rotating_exits/rotateOutDownRight"; // @import "animate/rotating_exits/rotateOutUpLeft"; // @import "animate/rotating_exits/rotateOutUpRight"; // // Sliding entrances. // // @import "animate/sliding_entrances/slideInDown"; // @import "animate/sliding_entrances/slideInLeft"; // @import "animate/sliding_entrances/slideInRight"; // @import "animate/sliding_entrances/slideInUp"; // // Sliding exits. // // @import "animate/sliding_exits/slideOutDown"; // @import "animate/sliding_exits/slideOutLeft"; // @import "animate/sliding_exits/slideOutRight"; // @import "animate/sliding_exits/slideOutUp"; // // Specials. // // @import "animate/specials/hinge"; // @import "animate/specials/rollIn"; // @import "animate/specials/rollOut"; // // Zooming entrances. // @import "animate/zooming_entrances/zoomIn"; @import "animate/zooming_entrances/zoomInDown"; @import "animate/zooming_entrances/zoomInLeft"; @import "animate/zooming_entrances/zoomInRight"; @import "animate/zooming_entrances/zoomInUp"; // // Zooming exits. // // @import "animate/zooming_exits/zoomOut"; // @import "animate/zooming_exits/zoomOutDown"; // @import "animate/zooming_exits/zoomOutLeft"; // @import "animate/zooming_exits/zoomOutRight"; // @import "animate/zooming_exits/zoomOutUp";